Class SessionsForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.SessionsForm
- All Implemented Interfaces:
Serializable
This class uses the getter methods of the ProviderBean and then adds setter methods
for editable fields.
- Author:
- Jonathan Ostwald
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetLockedRecords(Map lockedRecords) voidsetSessionBeans(List sessionBeans) voidsetShowAnonymousSessions(boolean show) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
SessionsForm
public SessionsForm()
-
-
Method Details
-
getSessionBeans
-
setSessionBeans
-
setLockedRecords
-
getLockedRecords
-
setShowAnonymousSessions
public void setShowAnonymousSessions(boolean show) -
getShowAnonymousSessions
public boolean getShowAnonymousSessions()
-