public interface RequestListener
extends org.ocpsoft.common.pattern.Weighted
ServletRequest event types.| Modifier and Type | Method and Description |
|---|---|
void |
requestDestroyed(ServletRequestEvent event)
Respond to
ServletContext destroyed event. |
void |
requestInitialized(ServletRequestEvent event)
Respond to
ServletRequest initialized event. |
void requestInitialized(ServletRequestEvent event)
ServletRequest initialized event.void requestDestroyed(ServletRequestEvent event)
ServletContext destroyed event.Copyright © 2016 OCPsoft. All rights reserved.