rewrite-api-servlet 2.0.0.Beta3

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
 void requestDestroyed(ServletRequestEvent event)
          Respond to ServletContext destroyed event.
 void requestInitialized(ServletRequestEvent event)
          Respond to ServletRequest initialized event.
 
Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
 

Method Detail

requestInitialized

void requestInitialized(ServletRequestEvent event)
Respond to ServletRequest initialized event.


requestDestroyed

void requestDestroyed(ServletRequestEvent event)
Respond to ServletContext destroyed event.


rewrite-api-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.