Serialized Form
-
Package org.apache.struts.extras.actions
-
Class org.apache.struts.extras.actions.ActionDispatcher
class ActionDispatcher extends Object implements Serializable- serialVersionUID:
- 3784151345188637566L
-
Serialized Fields
-
actionInstance
Action actionInstance
The associated Action to dispatch to. -
clazz
Class<? extends Action> clazz
The Class instance of thisDispatchAction
class. -
flavor
int flavor
Indicates dispatch flavor. -
methods
HashMap<String,
Method> methods The set of Method objects we have introspected for this class, keyed by method name. This collection is populated as different methods are called, so that introspection needs to occur only once per method name. -
types
Class<?>[] types
The set of argument type classes for the reflected method call. These are the same for all calls, so calculate them only once.
-
-
Class org.apache.struts.extras.actions.BaseAction
class BaseAction extends Action implements Serializable- serialVersionUID:
- 7514980838116602408L
-
Class org.apache.struts.extras.actions.DispatchAction
class DispatchAction extends BaseAction implements Serializable- serialVersionUID:
- 4211198620691041849L
-
Serialized Fields
-
clazz
Class<? extends DispatchAction> clazz
The Class instance of thisDispatchAction
class. -
methods
HashMap<String,
Method> methods The set of Method objects we have introspected for this class, keyed by method name. This collection is populated as different methods are called, so that introspection needs to occur only once per method name. -
types
Class<?>[] types
The set of argument type classes for the reflected method call. These are the same for all calls, so calculate them only once.
-
-
Class org.apache.struts.extras.actions.DownloadAction
class DownloadAction extends BaseAction implements Serializable- serialVersionUID:
- -4571392707311277980L
-
Class org.apache.struts.extras.actions.EventActionDispatcher
class EventActionDispatcher extends ActionDispatcher implements Serializable- serialVersionUID:
- 9211507807543933033L
-
Class org.apache.struts.extras.actions.EventDispatchAction
class EventDispatchAction extends DispatchAction implements Serializable- serialVersionUID:
- -5067513904785952541L
-
Class org.apache.struts.extras.actions.ForwardAction
class ForwardAction extends BaseAction implements Serializable- serialVersionUID:
- -3526864110155621740L
-
Class org.apache.struts.extras.actions.IncludeAction
class IncludeAction extends BaseAction implements Serializable- serialVersionUID:
- -6455723242287515520L
-
Class org.apache.struts.extras.actions.LocaleAction
class LocaleAction extends BaseAction implements Serializable- serialVersionUID:
- 9133617067776601112L
-
Class org.apache.struts.extras.actions.LookupDispatchAction
class LookupDispatchAction extends DispatchAction implements Serializable- serialVersionUID:
- 8608624951935780151L
-
Class org.apache.struts.extras.actions.MappingDispatchAction
class MappingDispatchAction extends DispatchAction implements Serializable- serialVersionUID:
- 8605425680931524975L
-
Class org.apache.struts.extras.actions.SwitchAction
class SwitchAction extends BaseAction implements Serializable- serialVersionUID:
- -8632296010034881915L
-
-
Package org.apache.struts.extras.validator
-
Class org.apache.struts.extras.validator.DynaValidatorActionForm
class DynaValidatorActionForm extends DynaValidatorForm implements Serializable- serialVersionUID:
- 3980068452582336786L
-
Class org.apache.struts.extras.validator.ValidatorActionForm
class ValidatorActionForm extends ValidatorForm implements Serializable- serialVersionUID:
- -2467421375142988725L
-