org.scrashmeow.ojb.console.framework
Class OjbcValidatorForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.apache.struts.validator.ValidatorForm
              |
              +--org.scrashmeow.ojb.console.framework.OjbcValidatorForm
All Implemented Interfaces:
ApplicationServiceAware, java.io.Serializable
Direct Known Subclasses:
BaseRepositoryEditorForm, DescriptorConnectionsForm, DescriptorFieldForm, DescriptorObjectForm, DescriptorRepositoryForm, DescriptorViewForm, HomeForm, ManageCacheForm, ManageDatabaseKeyForm, ManageUserSessionForm, ObjectEmptyForm, RepositoryBrowseForm, RepositoryEditorInitForm, RepositoryHomeForm, RepositoryVerifyForm, SettingsHomeForm, ViewHelpForm, ViewJavaSystemPropertiesForm, ViewJspRuntimePropertiesForm, ViewOjbPropertiesForm

public class OjbcValidatorForm
extends org.apache.struts.validator.ValidatorForm
implements ApplicationServiceAware

Base class for a ValidatorForm

Author:
Alexander Bibighaus
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
OjbcValidatorForm()
          Constructor for OjbcValidatorForm.
 
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.validator.ValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OjbcValidatorForm

public OjbcValidatorForm()
Constructor for OjbcValidatorForm.

Method Detail

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

getApplicationService

public ApplicationService getApplicationService()
Returns the applicationService.

Specified by:
getApplicationService in interface ApplicationServiceAware
Returns:
ActionServletApplicationService

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.