com.opensymphony.xwork
Interface Validateable

All Known Implementing Classes:
ActionSupport

public interface Validateable

Provides an interface in which a call for a validation check can be done.

Author:
Jason Carreira
See Also:
ActionSupport, DefaultWorkflowInterceptor

Method Summary
 void validate()
           
 

Method Detail

validate

public void validate()

XWork Project Page