Package org.ocpsoft.rewrite.servlet.spi
Interface RequestListener
- All Superinterfaces:
org.ocpsoft.common.pattern.Weighted
public interface RequestListener
extends org.ocpsoft.common.pattern.Weighted
Respond to
ServletRequest event types.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionvoidRespond toServletContextdestroyed event.voidRespond toServletRequestinitialized event.Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Method Details
-
requestInitialized
Respond toServletRequestinitialized event. -
requestDestroyed
Respond toServletContextdestroyed event.
-