|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebApplicationListener
This interface defines methods that are invoked during the web application life cycle.
| Method Summary | |
|---|---|
void |
applicationEnded(WebApplicationEvent event)
This method is invoked when the web application finishes. |
void |
applicationStarted(WebApplicationEvent event)
This method is invoked when the web application starts. |
void |
requestStarted(WebApplicationEvent event)
This method is invoked when a new HTTP request starts. |
void |
requestTerminated(WebApplicationEvent event)
This method is invoked when a new HTTP request ends. |
void |
sessionCreated(WebApplicationEvent event)
This method is invoked when a new HTTP session is created. |
void |
sessionDestroyed(WebApplicationEvent event)
This method is invoked when a new HTTP session is destroyed. |
| Method Detail |
|---|
void applicationStarted(WebApplicationEvent event)
event - Stores data associated tho this event.void applicationEnded(WebApplicationEvent event)
event - Stores data associated tho this event.void sessionCreated(WebApplicationEvent event)
event - Stores data associated tho this event.void sessionDestroyed(WebApplicationEvent event)
event - Stores data associated tho this event.void requestStarted(WebApplicationEvent event)
event - Stores data associated tho this event.void requestTerminated(WebApplicationEvent event)
event - Stores data associated tho this event.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||