org.norther.tammi.spray.filter.chain
Class ServletRequestBindingEvent
java.lang.Object
java.util.EventObject
org.norther.tammi.spray.filter.chain.ServletRequestBindingEvent
- All Implemented Interfaces:
- Serializable
public class ServletRequestBindingEvent
- extends EventObject
Events of this type are sent to an object that implements the
ServletRequestBindingListener interface when it is bound to or
unbound from a request.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
ServletRequestBindingEvent
public ServletRequestBindingEvent(ServletRequest request,
HttpFilterChain chain,
String name)
- Constructs a new event.
- Parameters:
request - the target request.chain - the filter chain.name - the attribute name.
getRequest
public ServletRequest getRequest()
- Gets the target request.
- Returns:
- the target request.
getFilterChain
public HttpFilterChain getFilterChain()
- Gets the filter chain if any.
- Returns:
- the filter chain.
getName
public String getName()
- Gets the attribute name.
- Returns:
- the attribute name.
Copyright © 2004 The Norther Organization. All rights reserved.