org.norther.tammi.spray.filter.chain
Class FilterChainEvent
java.lang.Object
java.util.EventObject
org.norther.tammi.spray.filter.chain.FilterChainEvent
- All Implemented Interfaces:
- Serializable
public class FilterChainEvent
- extends EventObject
Events of this type are sent to an object that implements the
FilterChainListener interface when it is filtered for the
first time within a filter chain and after the filter chain completes.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
FilterChainEvent
public FilterChainEvent(HttpFilterChain chain)
- Constructs a new event.
- Parameters:
chain - the filter chain.
getFilterChain
public HttpFilterChain getFilterChain()
- Gets the filter chain.
- Returns:
- the filter chain.
Copyright © 2004 The Norther Organization. All rights reserved.