Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.form
Class DataTypeForm  view DataTypeForm download DataTypeForm.java

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

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:
getFormAction in interface BeanForm

setFormAction

public void setFormAction(java.lang.String formAction)
set the formAction.

Specified by:
setFormAction in interface BeanForm

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values.

Specified by:
reset in interface BeanForm

initialise

private void initialise()