objectivehtml.struts
Class ObjectiveHtmlForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--objectivehtml.struts.ObjectiveHtmlForm
All Implemented Interfaces:
java.io.Serializable

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

This class does nothing and is simply used for OHtml-Struts integration.

See Also:
Serialized Form

Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ObjectiveHtmlForm()
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, reset, reset, setMultipartRequestHandler, setServlet, validate, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectiveHtmlForm

public ObjectiveHtmlForm()