|
|||||||||
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(HandlerConfig handlerConfig,
Handler previousHandler,
ServletContext servletContext)
Initialize. |
void |
reinit(ServletContext servletContext)
Reinitialize, normally used to reconsitute transient data that was lost during serialization. |
Method Detail |
---|
void init(HandlerConfig handlerConfig, Handler previousHandler, ServletContext servletContext)
handlerConfig
- the configuration object for this Handler.previousHandler
- the previously-registered Handler, which this one can adapt.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 |