com.opensymphony.xwork
Interface Preparable
public interface Preparable
Preparable Actions will have their prepare() method called if the PrepareInterceptor is applied to the ActionConfig
- Author:
- Jason Carreira
- See Also:
Date: Nov 5, 2003 2:28:47 AM
Method Summary |
void |
prepare()
This method is called to allow the action to prepare itself. |
prepare
void prepare()
throws java.lang.Exception
- This method is called to allow the action to prepare itself.
- Throws:
java.lang.Exception
- thrown if a system level exception occurs.