org.apache.maven.continuum.web.validator
Class 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 1372260 2012-08-13 04:29:09Z brett $
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, getMessageParameters, getParse, getValidatorContext, getValidatorType, isShortCircuit, setDefaultMessage, setMessageKey, setMessageParameters, setParse, setShortCircuit, setValidatorContext, setValidatorType, setValueStack
 
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-2013 The Apache Software Foundation. All Rights Reserved.