org.scrashmeow.ojb.console.framework
Class OjbcActionForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.scrashmeow.ojb.console.framework.OjbcActionForm
All Implemented Interfaces:
ApplicationServiceAware, java.io.Serializable

public class OjbcActionForm
extends org.apache.struts.action.ActionForm
implements ApplicationServiceAware

Base class for a simple ActionForm

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
OjbcActionForm()
           
 
Method Summary
 ApplicationService getApplicationService()
          Returns the applicationService.
 java.lang.String getMethod()
          Returns the method.
 java.lang.Boolean getValidate()
          Returns the validate.
protected  boolean isDispatchedTo(HttpServletRequest request, java.lang.String compareMethod)
          Method isDispatchedTo @add-javadoc!!!
 void setMethod(java.lang.String method)
          Sets the method.
 void setValidate(java.lang.Boolean validate)
          Sets the validate.
 
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

OjbcActionForm

public OjbcActionForm()
Method Detail

getApplicationService

public ApplicationService getApplicationService()
Returns the applicationService.

Specified by:
getApplicationService in interface ApplicationServiceAware
Returns:
ActionServletApplicationService

getMethod

public java.lang.String getMethod()
Returns the method.

Returns:
String

setMethod

public void setMethod(java.lang.String method)
Sets the method.

Parameters:
method - The method to set

getValidate

public java.lang.Boolean getValidate()
Returns the validate.

Returns:
Boolean

setValidate

public void setValidate(java.lang.Boolean validate)
Sets the validate.

Parameters:
validate - The validate to set

isDispatchedTo

protected boolean isDispatchedTo(HttpServletRequest request,
                                 java.lang.String compareMethod)
                          throws ServiceException
Method isDispatchedTo @add-javadoc!!!

Parameters:
request - @add-javadoc!!!
compareMethod - @add-javadoc!!!
Returns:
@add-javadoc!!!
Throws:
ServiceException - @add-javadoc!!!


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.