| org.jreform.HttpServletRequestValidator
HttpServletRequestValidator | public interface HttpServletRequestValidator (Code) | | author: armandino (at) gmail.com |
Method Summary | |
public Set<String> | getErrors() Returns a set of error keys describing validation errors
or an empty set if the object has not been validated or
validation was successful. | public boolean | isValid() Returns true if the object being validated is valid. | public boolean | validate(HttpServletRequest req) Validates the passed in
HttpServletRequest . |
getErrors | public Set<String> getErrors()(Code) | | Returns a set of error keys describing validation errors
or an empty set if the object has not been validated or
validation was successful.
|
isValid | public boolean isValid()(Code) | | Returns true if the object being validated is valid.
|
|
|