com.atlassian.confluence.rest.enrich
Class EnricherResourceFilterFactory

java.lang.Object
  extended by com.atlassian.confluence.rest.enrich.EnricherResourceFilterFactory
All Implemented Interfaces:
com.sun.jersey.spi.container.ResourceFilterFactory

public class EnricherResourceFilterFactory
extends java.lang.Object
implements com.sun.jersey.spi.container.ResourceFilterFactory

Filter factory producing a resourceFilter that will apply the given enrichers to the a ContainerResponses entity.


Constructor Summary
EnricherResourceFilterFactory(RestNavigationService navBuilderService, RestEntityFactory restEntityFactory)
           
 
Method Summary
 java.util.List<com.sun.jersey.spi.container.ResourceFilter> create(com.sun.jersey.api.model.AbstractMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnricherResourceFilterFactory

public EnricherResourceFilterFactory(RestNavigationService navBuilderService,
                                     RestEntityFactory restEntityFactory)
Method Detail

create

public java.util.List<com.sun.jersey.spi.container.ResourceFilter> create(com.sun.jersey.api.model.AbstractMethod method)
Specified by:
create in interface com.sun.jersey.spi.container.ResourceFilterFactory


Copyright © 2003-2014 Atlassian. All Rights Reserved.