com.atlassian.xwork.interceptors
Class TestSafeParametersInterceptor.MyAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.xwork.interceptors.TestSafeParametersInterceptor.MyAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, Serializable, Cloneable
Enclosing class:
TestSafeParametersInterceptor

public static class TestSafeParametersInterceptor.MyAction
extends com.opensymphony.xwork.ActionSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
TestSafeParametersInterceptor.MyAction()
           
 
Method Summary
 Map getBar_Map()
           
 String getBar()
           
 Map getBarMap()
           
 List getBaz()
           
 Map getFoo_Map()
           
 String getFoo()
           
 Map getFooMap()
           
 List getQuux()
           
 TestSafeParametersInterceptor.SafeReturnType getSafeReturnType()
           
 TestSafeParametersInterceptor.UnsafeReturnType getUnsafeReturnType()
           
 void setBar(String bar)
           
 void setFoo_bar(String foo_bar)
           
 void setFoo(String foo)
           
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSafeParametersInterceptor.MyAction

public TestSafeParametersInterceptor.MyAction()
Method Detail

setFoo

public void setFoo(String foo)

setBar

public void setBar(String bar)

setFoo_bar

public void setFoo_bar(String foo_bar)

getBaz

public List getBaz()

getQuux

public List getQuux()

getSafeReturnType

public TestSafeParametersInterceptor.SafeReturnType getSafeReturnType()

getUnsafeReturnType

public TestSafeParametersInterceptor.UnsafeReturnType getUnsafeReturnType()

getFoo

public String getFoo()

getBar

public String getBar()

getBarMap

public Map getBarMap()

getBar_Map

public Map getBar_Map()

getFooMap

public Map getFooMap()

getFoo_Map

public Map getFoo_Map()


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.