org.dlese.dpc.schemedit.security.action.form
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:
 - Serialized Form
 
 
| Fields inherited from class org.apache.struts.action.ActionForm | 
multipartRequestHandler, servlet | 
 
 
 
| Methods inherited from class org.apache.struts.action.ActionForm | 
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AccessManagerForm
public AccessManagerForm()
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