org.scrashmeow.ojb.console.framework
Class OjbcDynaActionForm

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

public class OjbcDynaActionForm
extends org.apache.struts.action.DynaActionForm
implements ApplicationServiceAware

Base class for a DynaActionForm

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.DynaActionForm
dynaClass, dynaValues
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
OjbcDynaActionForm()
           
 
Method Summary
 ApplicationService getApplicationService()
          Returns the applicationService.
 java.lang.String getMethod()
          Returns the method.
protected  boolean isDispatchedTo(HttpServletRequest request, java.lang.String compareMethod)
          Method isDispatchedTo @add-javadoc!!!
 void setMethod(java.lang.String method)
          Sets the method.
 
Methods inherited from class org.apache.struts.action.DynaActionForm
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, reset, set, set, set, toString
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OjbcDynaActionForm

public OjbcDynaActionForm()
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

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.