| java.lang.Object org.theospi.utils.mvc.impl.ValidatorBase org.theospi.portfolio.style.tool.StyleValidator
StyleValidator | public class StyleValidator extends ValidatorBase (Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: Apr 23, 2004
Time: 2:37:33 PM
To change this template use File | Settings | File Templates.
|
Method Summary | |
public boolean | supports(Class clazz) Return whether or not this object can validate objects
of the given class. | public void | validate(Object obj, Errors errors) Validate a presentation object, which must be of a class for which
the supports() method returned true.
Parameters: obj - Populated object to validate Parameters: errors - Errors object we're building. | protected void | validateStyle(Style style, Errors errors) |
supports | public boolean supports(Class clazz)(Code) | | Return whether or not this object can validate objects
of the given class.
|
validate | public void validate(Object obj, Errors errors)(Code) | | Validate a presentation object, which must be of a class for which
the supports() method returned true.
Parameters: obj - Populated object to validate Parameters: errors - Errors object we're building. May containerrors for this field relating to types. |
validateStyle | protected void validateStyle(Style style, Errors errors)(Code) | | |
Methods inherited from org.theospi.utils.mvc.impl.ValidatorBase | protected void popNestedPath(Errors errors)(Code)(Java Doc) protected void pushNestedPath(String newPath, Errors errors)(Code)(Java Doc)
|
|
|