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
Version:
$Id: InstallationValidator.java 765340 2009-04-15 20:22:00Z evenisse $
Author:
olamy

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
defaultMessage, log, messageKey
 
Constructor Summary
InstallationValidator()
           
 
Method Summary
 String getFieldName()
           
 void setFieldName(String fieldName)
           
 void validate(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(Object object)
              throws com.opensymphony.xwork2.validator.ValidationException
Throws:
com.opensymphony.xwork2.validator.ValidationException
See Also:
Validator.validate(java.lang.Object)

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.