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

java.lang.Objectorg.apache.struts.action.ActionForm
com.RuntimeCollective.webapps.form.DataTypeForm
- All Implemented Interfaces:
- BeanForm, java.io.Serializable
- Direct Known Subclasses:
- DBFileForm
- public abstract class DataTypeForm
- extends org.apache.struts.action.ActionForm
- implements BeanForm
- extends org.apache.struts.action.ActionForm
Base class for ActionForms which represent the data in a data type.
- Version:
- $Id: DataTypeForm.java,v 1.7 2003/09/30 15:13:13 joe Exp $
| Field Summary | |
private java.lang.String |
actionFormName
|
private java.lang.String |
actionFormPrefix
|
private java.lang.String |
formAction
|
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
DataTypeForm()
|
|
| Method Summary | |
java.lang.String |
getActionFormName()
get the actionFormName. |
java.lang.String |
getActionFormPrefix()
get the actionFormPrefix. |
java.lang.String |
getFormAction()
get the formAction. |
private void |
initialise()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
setActionFormName(java.lang.String actionFormName)
set the actionFormName. |
void |
setFormAction(java.lang.String formAction)
set the formAction. |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.RuntimeCollective.webapps.form.BeanForm |
populateBean, populateForm |
| Field Detail |
actionFormPrefix
private java.lang.String actionFormPrefix
actionFormName
private java.lang.String actionFormName
formAction
private java.lang.String formAction
| Constructor Detail |
DataTypeForm
public DataTypeForm()
| Method Detail |
getActionFormPrefix
public java.lang.String getActionFormPrefix()
- get the actionFormPrefix.
getActionFormName
public java.lang.String getActionFormName()
- get the actionFormName.
setActionFormName
public void setActionFormName(java.lang.String actionFormName)
- set the actionFormName.
getFormAction
public java.lang.String getFormAction()
- get the formAction.
- Specified by:
getFormActionin interfaceBeanForm
setFormAction
public void setFormAction(java.lang.String formAction)
- set the formAction.
- Specified by:
setFormActionin interfaceBeanForm
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
initialise
private void initialise()
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC