|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.validator.validators.ValidatorSupport
public abstract class ValidatorSupport
Abstract implementation of the Validator interface suitable for subclassing.
| Field Summary | |
|---|---|
protected String |
defaultMessage
|
protected Log |
log
|
protected String |
messageKey
|
| Constructor Summary | |
|---|---|
ValidatorSupport()
|
|
| Method Summary | |
|---|---|
protected void |
addActionError(Object object)
|
protected void |
addFieldError(String propertyName,
Object object)
|
protected Object |
conditionalParse(String expression)
Parse expression passed in against value stack. |
String |
getDefaultMessage()
|
protected Object |
getFieldValue(String name,
Object object)
Return the field value named name from object,
object should have the appropriate getter/setter. |
String |
getMessage(Object object)
|
String |
getMessageKey()
|
boolean |
getParse()
|
ValidatorContext |
getValidatorContext()
|
String |
getValidatorType()
|
boolean |
isShortCircuit()
Gets whether this field validator should short circuit the validator queue it's in if validation fails. |
void |
setDefaultMessage(String message)
|
void |
setMessageKey(String key)
|
void |
setParse(boolean parse)
|
void |
setShortCircuit(boolean shortcircuit)
Sets whether this field validator should short circuit the validator queue it's in if validation fails. |
void |
setValidatorContext(ValidatorContext validatorContext)
This method will be called before validate with a non-null ValidatorContext. |
void |
setValidatorType(String type)
Sets the validator type to use (see class javadoc). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.opensymphony.xwork2.validator.Validator |
|---|
validate |
| Field Detail |
|---|
protected final Log log
protected String defaultMessage
protected String messageKey
| Constructor Detail |
|---|
public ValidatorSupport()
| Method Detail |
|---|
public void setDefaultMessage(String message)
setDefaultMessage in interface Validatorpublic String getDefaultMessage()
getDefaultMessage in interface Validatorpublic void setParse(boolean parse)
public boolean getParse()
public String getMessage(Object object)
getMessage in interface Validatorpublic void setMessageKey(String key)
setMessageKey in interface Validatorpublic String getMessageKey()
getMessageKey in interface Validatorpublic void setShortCircuit(boolean shortcircuit)
ShortCircuitableValidator
setShortCircuit in interface ShortCircuitableValidatorshortcircuit - true if this field validator should short circuit on
failure, false otherwisepublic boolean isShortCircuit()
ShortCircuitableValidator
isShortCircuit in interface ShortCircuitableValidatorpublic void setValidatorContext(ValidatorContext validatorContext)
Validator
setValidatorContext in interface ValidatorvalidatorContext - the validation context to use.public ValidatorContext getValidatorContext()
getValidatorContext in interface Validatorpublic void setValidatorType(String type)
Validator
setValidatorType in interface Validatortype - the type to use.public String getValidatorType()
getValidatorType in interface Validatorprotected Object conditionalParse(String expression)
expression passed in against value stack. Only parse
when 'parse' param is set to true, else just returns the expression unparsed.
expression -
protected Object getFieldValue(String name,
Object object)
throws ValidationException
name from object,
object should have the appropriate getter/setter.
name - object -
ValidationExceptionprotected void addActionError(Object object)
protected void addFieldError(String propertyName,
Object object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||