Class ShowValidatorAction
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.config_browser.ListValidatorsAction
org.apache.struts2.config_browser.ShowValidatorAction
- All Implemented Interfaces:
Serializable,Action,ValidationAware,LocaleProvider,TextProvider,Validateable
ShowValidatorAction
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.struts2.ActionSupport
container -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()A default implementation that does nothing an returns "success".intvoidvoidsetSelected(int selected) Methods inherited from class org.apache.struts2.config_browser.ListValidatorsAction
getClazz, getContext, getValidators, index, loadValidators, setActionValidatorManager, setClazz, setContext, stripPackage, stripPackageMethods inherited from class org.apache.struts2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocale, validate
-
Constructor Details
-
ShowValidatorAction
public ShowValidatorAction()
-
-
Method Details
-
setReflectionProvider
-
getSelected
public int getSelected() -
setSelected
public void setSelected(int selected) -
getProperties
-
getSelectedValidator
-
execute
Description copied from class:ActionSupportA default implementation that does nothing an returns "success".Subclasses should override this method to provide their business logic.
See also
Action.execute().- Specified by:
executein interfaceAction- Overrides:
executein classListValidatorsAction- Returns:
- returns
Action.SUCCESS - Throws:
Exception- can be thrown by subclasses.
-