|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultHandler
public class DefaultHandler
Default implementation of the base Handler interface. Simply stores a reference to the ServletContext.
Constructor Summary | |
---|---|
DefaultHandler()
|
Method Summary | |
---|---|
protected ServletContext |
getServletContext()
|
void |
init(ServletContext servletContext)
Initialize. |
void |
reinit(ServletContext servletContext)
Reinitialize, normally used to reconsitute transient data that was lost during serialization. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultHandler()
Method Detail |
---|
public void init(ServletContext servletContext)
init
in interface Handler
servletContext
- the ServletContext for the webapp that is creating this object.protected final ServletContext getServletContext()
public void reinit(ServletContext servletContext)
Handler
reinit
in interface Handler
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 |