Uses of Interface
org.apache.jetspeed.decoration.DecorationFactory

Packages that use DecorationFactory
org.apache.jetspeed.aggregator.impl   
org.apache.jetspeed.decoration   
org.apache.jetspeed.desktop.impl   
org.apache.jetspeed.layout.impl   
org.apache.jetspeed.portlets.layout   
org.apache.jetspeed.portlets.site   
 

Uses of DecorationFactory in org.apache.jetspeed.aggregator.impl
 

Constructors in org.apache.jetspeed.aggregator.impl with parameters of type DecorationFactory
HeaderAggregatorImpl(PortletFactory factory, PortletWindowAccessor windowAccessor, HeaderResourceFactory headerResourceFactory, boolean isDesktop, java.util.Map headerConfiguration, java.util.Map headerResourceRegistry, DecorationFactory decorationFactory)
           
HeaderAggregatorImpl(PortletFactory factory, PortletWindowAccessor windowAccessor, HeaderResourceFactory headerResourceFactory, boolean isDesktop, java.util.Map headerConfiguration, java.util.Map headerResourceRegistry, DecorationFactory decorationFactory, BasePortalURL baseUrlAccess)
           
 

Uses of DecorationFactory in org.apache.jetspeed.decoration
 

Classes in org.apache.jetspeed.decoration that implement DecorationFactory
 class DecorationFactoryImpl
           
 

Methods in org.apache.jetspeed.decoration with parameters of type DecorationFactory
 void PageTheme.init(Page page, DecorationFactory decoration, RequestContext context)
           
 void Theme.init(Page page, DecorationFactory decoration, RequestContext context)
          Initialize a page theme
 void LayoutDecorationImpl.setDecorationFactory(DecorationFactory decorationFactory)
           
 

Constructors in org.apache.jetspeed.decoration with parameters of type DecorationFactory
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController)
           
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController, JetspeedContentCache cache)
           
DecorationValve(DecorationFactory decorationFactory, PortletWindowAccessor windowAccessor, SecurityAccessController accessController, JetspeedContentCache cache, boolean useSessionForThemeCaching)
           
PageTheme(Page page, DecorationFactory decorationFactory, RequestContext requestContext)
           
 

Uses of DecorationFactory in org.apache.jetspeed.desktop.impl
 

Constructors in org.apache.jetspeed.desktop.impl with parameters of type DecorationFactory
JetspeedDesktopImpl(DecorationFactory decorationFactory, HeaderResourceFactory headerResourceFactory, JetspeedCache desktopContentCache, java.lang.String desktopServletPath, java.lang.String defaultLayoutTemplateExtension)
           
JetspeedDesktopImpl(DecorationFactory decorationFactory, HeaderResourceFactory headerResourceFactory, JetspeedCache desktopContentCache, java.lang.String desktopServletPath, java.lang.String defaultLayoutTemplateExtension, java.lang.String defaultDesktopLayoutDecoration, java.lang.String defaultDesktopPortletDecoration)
           
JetspeedDesktopImpl(DecorationFactory decorationFactory, HeaderResourceFactory headerResourceFactory, JetspeedCache desktopContentCache, java.lang.String desktopServletPath, java.lang.String defaultLayoutTemplateExtension, java.lang.String defaultDesktopLayoutDecoration, java.lang.String defaultDesktopPortletDecoration, BasePortalURL baseUrlAccess)
           
 

Uses of DecorationFactory in org.apache.jetspeed.layout.impl
 

Fields in org.apache.jetspeed.layout.impl declared as DecorationFactory
protected  DecorationFactory GetThemesAction.decorationFactory
           
 

Constructors in org.apache.jetspeed.layout.impl with parameters of type DecorationFactory
GetThemesAction(java.lang.String template, java.lang.String errorTemplate, DecorationFactory decorationFactory, PortletActionSecurityBehavior securityBehavior)
           
 

Uses of DecorationFactory in org.apache.jetspeed.portlets.layout
 

Fields in org.apache.jetspeed.portlets.layout declared as DecorationFactory
protected  DecorationFactory MultiColumnPortlet.decorators
           
 

Uses of DecorationFactory in org.apache.jetspeed.portlets.site
 

Fields in org.apache.jetspeed.portlets.site declared as DecorationFactory
protected  DecorationFactory PortalSiteManager.decorationFactory
           
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.