Package org.apache.struts2
Interface Validateable
- All Known Implementing Classes:
- ActionSupport,- CspReportAction,- DefaultActionSupport,- DefaultCspReportAction
public interface Validateable
Provides an interface in which a call for a validation check can be done.
- Author:
- Jason Carreira
- See Also:
- 
Method Summary
- 
Method Details- 
validatevoid validate()Performs validation.
 
-