|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.web.AppFinaliser
public class AppFinaliser
Destroys all application environment related resources within a web application.
Constructor Summary | |
---|---|
AppFinaliser()
Default constructor |
Method Summary | |
---|---|
void |
finalise()
Destroy the application environment configured in the configuration file. |
void |
init(javax.servlet.ServletContext context)
Initialise the finaliser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppFinaliser()
Method Detail |
---|
public void init(javax.servlet.ServletContext context)
init
in interface Finaliser
context
- The current servlet context.public void finalise()
finalise
in interface Finaliser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |