Class AccessManagerForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.security.action.form.AccessManagerForm
All Implemented Interfaces:
Serializable

public final class AccessManagerForm extends org.apache.struts.action.ActionForm
See Also:
  • Constructor Details

    • AccessManagerForm

      public AccessManagerForm()
  • Method Details

    • reset

      public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
      Overrides:
      reset in class org.apache.struts.action.ActionForm
    • getCommand

      public String getCommand()
    • setCommand

      public void setCommand(String cmd)
    • isNewPath

      public boolean isNewPath()
    • setNewPath

      public void setNewPath(boolean bool)
    • getActionPaths

      public List getActionPaths()
    • setActionPaths

      public void setActionPaths(List actionPaths)
    • getGuardedPaths

      public List getGuardedPaths()
    • setGuardedPaths

      public void setGuardedPaths(List guardedPaths)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getRoleOptions

      public List getRoleOptions()
    • setRoleOptions

      public void setRoleOptions(List options)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm