org.norther.tammi.spray.filter
Interface ClosingFilter

All Superinterfaces:
Filter, TerminationFilter
All Known Implementing Classes:
DefaultClosingFilter

public interface ClosingFilter
extends TerminationFilter

ClosingFilter is an interface to the last filter in the pipe, which terminates the filter chain and closes the response without filtering the request.

Version:
$Id: ClosingFilter.java,v 1.6 2009/09/28 15:08:26 cvsimp Exp $
Author:
Ilkka Priha

Method Summary
 
Methods inherited from interface javax.servlet.Filter
destroy, doFilter, init
 



Copyright © 2004 The Norther Organization. All rights reserved.