rewrite-api-servlet 2.0.0.Alpha6

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

Method Detail

requestInitialized

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


requestDestroyed

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


rewrite-api-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.