Class ConfluencePageDecoratorFactory
java.lang.Object
com.atlassian.confluence.impl.sitemesh.ConfluencePageDecoratorFactory
- All Implemented Interfaces:
PageDecoratorFactory
- Since:
- 9.1
-
Constructor Summary
ConstructorDescriptionConfluencePageDecoratorFactory
(org.apache.struts2.views.velocity.VelocityManagerInterface velocityManager) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.confluence.impl.sitemesh.ConfluencePageDecorator
createPageDecorator
(String decoratorName, URI templateUri, javax.servlet.DispatcherType dispatcherType)
-
Constructor Details
-
ConfluencePageDecoratorFactory
public ConfluencePageDecoratorFactory(org.apache.struts2.views.velocity.VelocityManagerInterface velocityManager)
-
-
Method Details
-
createPageDecorator
public com.atlassian.confluence.impl.sitemesh.ConfluencePageDecorator createPageDecorator(String decoratorName, URI templateUri, javax.servlet.DispatcherType dispatcherType) - Specified by:
createPageDecorator
in interfacePageDecoratorFactory
-