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.


Nested Class Summary
protected  class EnricherResourceFilterFactory.RestEntityConverter
           
 
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)
           
protected  EnricherResourceFilterFactory.RestEntityConverter getConverter()
           
protected  java.util.List<VisitorWrapper> getEnricherVistors()
           
 
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

getConverter

protected EnricherResourceFilterFactory.RestEntityConverter getConverter()

getEnricherVistors

protected java.util.List<VisitorWrapper> getEnricherVistors()


Copyright © 2003-2014 Atlassian. All Rights Reserved.