org.apache.maven.continuum.web.validator
Class InstallationValidator

Package class diagram package InstallationValidator
java.lang.Object
  extended by com.opensymphony.xwork2.validator.validators.ValidatorSupport
      extended by org.apache.maven.continuum.web.validator.InstallationValidator
All Implemented Interfaces:
com.opensymphony.xwork2.validator.ShortCircuitableValidator, com.opensymphony.xwork2.validator.Validator

public class InstallationValidator
extends com.opensymphony.xwork2.validator.validators.ValidatorSupport

Since:
19 juin 07

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
defaultMessage, log, messageKey
 
Constructor Summary
InstallationValidator()
           
 
Method Summary
 java.lang.String getFieldName()
           
 void setFieldName(java.lang.String fieldName)
           
 void validate(java.lang.Object object)
           
 
Methods inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
addActionError, addFieldError, conditionalParse, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getParse, getValidatorContext, getValidatorType, isShortCircuit, setDefaultMessage, setMessageKey, setParse, setShortCircuit, setValidatorContext, setValidatorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallationValidator

public InstallationValidator()
Method Detail

validate

public void validate(java.lang.Object object)
              throws com.opensymphony.xwork2.validator.ValidationException
Throws:
com.opensymphony.xwork2.validator.ValidationException
See Also:
Validator.validate(java.lang.Object)

getFieldName

public java.lang.String getFieldName()

setFieldName

public void setFieldName(java.lang.String fieldName)