org.glassfish.jersey.filter
Class ResponseFilterModule

java.lang.Object
  extended by org.glassfish.jersey.filter.ResponseFilterModule
All Implemented Interfaces:
org.glassfish.hk2.Module

public class ResponseFilterModule
extends java.lang.Object
implements org.glassfish.hk2.Module

Module used for registering ResponseFilters.

Author:
Pavel Bucek (pavel.bucek at oracle.com)

Constructor Summary
ResponseFilterModule(java.util.List<ResponseFilter> responseFilters)
          Create ResponseFilterModule with list of ResponseFilter instances.
 
Method Summary
 void configure(org.glassfish.hk2.BinderFactory binderFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseFilterModule

public ResponseFilterModule(java.util.List<ResponseFilter> responseFilters)
Create ResponseFilterModule with list of ResponseFilter instances.

Parameters:
responseFilters - list of ResponseFilter instances.
Method Detail

configure

public void configure(org.glassfish.hk2.BinderFactory binderFactory)
Specified by:
configure in interface org.glassfish.hk2.Module


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.