|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
Base handler interface.
Method Summary | |
---|---|
void |
init(ServletContext servletContext)
Initialize. |
void |
reinit(ServletContext servletContext)
Reinitialize, normally used to reconsitute transient data that was lost during serialization. |
Method Detail |
---|
void init(ServletContext servletContext)
servletContext
- the ServletContext for the webapp that is creating this object.void reinit(ServletContext servletContext)
servletContext
- the ServletContext for the webapp that is reinitializing this object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |