com.dyuproject.web
Interface Validator

All Known Implementing Classes:
RequiredParametersValidator

public interface Validator

Checks if the request is valid. Useful for containing/decoupling the pre-requisites of a request.

Author:
David Yu

Method Summary
 boolean validate(HttpServletRequest request)
           
 

Method Detail

validate

boolean validate(HttpServletRequest request)


Copyright © 2013. All Rights Reserved.