|
rewrite-api-servlet 2.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextListener
Listens to ServletContextEvent.
Additional listeners may be specified by providing a service activator file containing the name of your
implementations:
/META-INF/services/org.ocpsoft.rewrite.servlet.spi.ContextListener
--------------
com.example.ContextListenerImpl
| Method Summary | |
|---|---|
void |
contextDestroyed(ServletContextEvent event)
Respond to ServletContext destroyed event. |
void |
contextInitialized(ServletContextEvent event)
Respond to ServletContext initialized event. |
| Methods inherited from interface org.ocpsoft.common.pattern.Weighted |
|---|
priority |
| Method Detail |
|---|
void contextInitialized(ServletContextEvent event)
ServletContext initialized event.
void contextDestroyed(ServletContextEvent event)
ServletContext destroyed event.
|
rewrite-api-servlet 2.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||