org.apache.struts2
Interface Validatable

All Superinterfaces:
MessageAware

public interface Validatable
extends MessageAware

Implemented by actions which wish to execute some validation logic before their action method. Useful for cross-field validations.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 void validate()
          Validates input.
 
Methods inherited from interface org.apache.struts2.MessageAware
setMessages
 

Method Detail

validate

void validate()
Validates input. Executes before action method.



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.