Class ShowValidatorAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
org.apache.struts2.config_browser.ListValidatorsAction
org.apache.struts2.config_browser.ShowValidatorAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ShowValidatorAction extends ListValidatorsAction
ShowValidatorAction
See Also:
  • Constructor Details

    • ShowValidatorAction

      public ShowValidatorAction()
  • Method Details

    • setReflectionProvider

      public void setReflectionProvider(com.opensymphony.xwork2.util.reflection.ReflectionProvider prov)
    • setReflectionContextFactory

      public void setReflectionContextFactory(com.opensymphony.xwork2.util.reflection.ReflectionContextFactory fac)
    • getSelected

      public int getSelected()
    • setSelected

      public void setSelected(int selected)
    • getProperties

      public Set getProperties()
    • getSelectedValidator

      public com.opensymphony.xwork2.validator.Validator getSelectedValidator()
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class ListValidatorsAction
      Throws:
      Exception