org.scrashmeow.ojb.console.framework
Class OjbcDynaValidatorForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.apache.struts.action.DynaActionForm
              |
              +--org.apache.struts.validator.DynaValidatorForm
                    |
                    +--org.scrashmeow.ojb.console.framework.OjbcDynaValidatorForm
All Implemented Interfaces:
ApplicationServiceAware, org.apache.commons.beanutils.DynaBean, java.io.Serializable
Direct Known Subclasses:
BrowseForm, ObjectEditorForm, ObjectInitializeEditorForm, ObjectReferenceEditorForm, ObjectSearchForm, RepositoryBuilderForm

public class OjbcDynaValidatorForm
extends org.apache.struts.validator.DynaValidatorForm
implements ApplicationServiceAware

Base class for a DynaValidatorForm

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.DynaValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.DynaActionForm
dynaClass, dynaValues
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
OjbcDynaValidatorForm()
           
 
Method Summary
 ApplicationService getApplicationService()
          Returns the applicationService.
 java.lang.String getMethod()
          Returns the method.
 java.lang.Boolean getValidate()
          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.
 void setValidate(java.lang.Boolean validate)
          Sets the method.
 
Methods inherited from class org.apache.struts.validator.DynaValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.DynaActionForm
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, set, set, set, toString
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.beanutils.DynaBean
contains, get, get, get, getDynaClass, remove, set, set, set
 

Constructor Detail

OjbcDynaValidatorForm

public OjbcDynaValidatorForm()
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 method.

Returns:
String

setValidate

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

Parameters:
validate - @add-javadoc!!!

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.