DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.action.form
Class AccessManagerForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
AccessManagerForm()
           
 
Method Summary
 List getActionPaths()
           
 String getCommand()
           
 String getDescription()
           
 List getGuardedPaths()
           
 String getPath()
           
 String getRole()
           
 List getRoleOptions()
           
 boolean isNewPath()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
           
 void setActionPaths(List actionPaths)
           
 void setCommand(String cmd)
           
 void setDescription(String description)
           
 void setGuardedPaths(List guardedPaths)
           
 void setNewPath(boolean bool)
           
 void setPath(String path)
           
 void setRole(String role)
           
 void setRoleOptions(List options)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
           
 
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
 

Constructor Detail

AccessManagerForm

public AccessManagerForm()
Method Detail

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

DLESE Tools
v1.6.0