jdbcadmin.web.forms
Class ActionForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byjdbcadmin.web.forms.ActionForm
All Implemented Interfaces:
java.io.Serializable

public class ActionForm
extends org.apache.struts.action.ActionForm

Action form with a simple attribute speciying the down level action

Author:
Thomas Recloux (trecloux@norsys.fr)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ActionForm()
          Constructor
 
Method Summary
 java.lang.String getTypeAction()
          Returns the typeAction.
 void setTypeAction(java.lang.String aTypeAction)
          Sets the typeAction.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionForm

public ActionForm()
Constructor

Method Detail

getTypeAction

public java.lang.String getTypeAction()
Returns the typeAction.

Returns:
String

setTypeAction

public void setTypeAction(java.lang.String aTypeAction)
Sets the typeAction.

Parameters:
aTypeAction - The typeAction to set


Copyright © 2004-2005 Norsys. All Rights Reserved.