org.norther.tammi.spray.filter.chain
Interface ServletRequestBindingListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractConnectorRequest.ConnectorRequestExtension, AbstractExtension, AbstractProtocolRequest.ProtocolRequestExtension, DefaultContextToolFilter.InternalTemplateContext, DefaultTemplateContext, HttpServletRequestDecorator.ConnectorRequestExtension, RequestBoundObjectName, TerminalRequest.TerminalRequestExtension

public interface ServletRequestBindingListener
extends EventListener

Objects implementing the ServletRequestBindingListener interface will be notified when they are bound to or unbound from a request. The object is notified by the ServletRequestBindingEvent event.

Author:
Ilkka Priha

Method Summary
 void valueBound(ServletRequestBindingEvent event)
          Notifies the object that it is being bound to a request.
 void valueUnbound(ServletRequestBindingEvent event)
          Notifies the object that it is being unbound from a request.
 

Method Detail

valueBound

void valueBound(ServletRequestBindingEvent event)
Notifies the object that it is being bound to a request.

Parameters:
event - the binding event.

valueUnbound

void valueUnbound(ServletRequestBindingEvent event)
Notifies the object that it is being unbound from a request.

Parameters:
event - the binding event.


Copyright © 2004 The Norther Organization. All rights reserved.