|
|||||||||
| Home >> All >> com >> RuntimeCollective >> sitemap >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.sitemap.form
Class RotatingContentForm

java.lang.Objectorg.apache.struts.action.ActionForm
com.RuntimeCollective.sitemap.form.RotatingContentForm
- All Implemented Interfaces:
- com.RuntimeCollective.webapps.form.BeanForm, java.io.Serializable
- public class RotatingContentForm
- extends org.apache.struts.action.ActionForm
- implements com.RuntimeCollective.webapps.form.BeanForm
- extends org.apache.struts.action.ActionForm
This Form lets you edit a RotatingContent of a CSL. It's very very basic.
- Version:
- $Id: RotatingContentForm.java,v 1.3 2003/09/30 15:13:01 joe Exp $
| Field Summary | |
protected java.lang.String |
action
What the form is used for |
protected int |
ContentSiteLocationId
The ContentSiteLocationId |
protected java.lang.String |
RotatingRole
The RotatingRole |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
RotatingContentForm()
|
|
| Method Summary | |
int |
getContentSiteLocationId()
Get the ContentSiteLocationId |
java.lang.String |
getFormAction()
Get whether the form's action |
java.lang.String |
getRotatingRole()
Get the RotatingRole |
com.RuntimeCollective.webapps.bean.EntityBean |
populateBean(com.RuntimeCollective.webapps.bean.EntityBean bean)
Wrapper for populateBean |
void |
populateForm(com.RuntimeCollective.webapps.bean.EntityBean bean)
Wrapper for populateForm |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset form variables. |
void |
setContentSiteLocationId(int ContentSiteLocationId)
Set the ContentSiteLocationId |
void |
setFormAction(java.lang.String action)
Set whether the form's action |
void |
setRotatingRole(java.lang.String rotatingRole)
Set the RotatingRole |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the form details. |
| 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 |
| Field Detail |
action
protected java.lang.String action
- What the form is used for
ContentSiteLocationId
protected int ContentSiteLocationId
- The ContentSiteLocationId
RotatingRole
protected java.lang.String RotatingRole
- The RotatingRole
| Constructor Detail |
RotatingContentForm
public RotatingContentForm()
| Method Detail |
getFormAction
public java.lang.String getFormAction()
- Get whether the form's action
- Specified by:
getFormActionin interfacecom.RuntimeCollective.webapps.form.BeanForm
setFormAction
public void setFormAction(java.lang.String action)
- Set whether the form's action
- Specified by:
setFormActionin interfacecom.RuntimeCollective.webapps.form.BeanForm
setContentSiteLocationId
public void setContentSiteLocationId(int ContentSiteLocationId)
- Set the ContentSiteLocationId
getContentSiteLocationId
public int getContentSiteLocationId()
- Get the ContentSiteLocationId
setRotatingRole
public void setRotatingRole(java.lang.String rotatingRole)
- Set the RotatingRole
getRotatingRole
public java.lang.String getRotatingRole()
- Get the RotatingRole
populateForm
public void populateForm(com.RuntimeCollective.webapps.bean.EntityBean bean)
- Wrapper for populateForm
- Specified by:
populateFormin interfacecom.RuntimeCollective.webapps.form.BeanForm
populateBean
public com.RuntimeCollective.webapps.bean.EntityBean populateBean(com.RuntimeCollective.webapps.bean.EntityBean bean)
- Wrapper for populateBean
- Specified by:
populateBeanin interfacecom.RuntimeCollective.webapps.form.BeanForm
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
- Reset form variables.
- Specified by:
resetin interfacecom.RuntimeCollective.webapps.form.BeanForm
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
- Validate the form details. This returns the following error codes:
- none
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> sitemap >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC