Uses of Interface
org.apache.cocoon.portal.layout.LayoutFactory

Packages that use LayoutFactory
org.apache.cocoon.portal   
org.apache.cocoon.portal.impl   
org.apache.cocoon.portal.layout.impl   
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.portal.tools.copletManagement   
 

Uses of LayoutFactory in org.apache.cocoon.portal
 

Methods in org.apache.cocoon.portal that return LayoutFactory
 LayoutFactory PortalComponentManager.getLayoutFactory()
          Get the layout factory
 

Uses of LayoutFactory in org.apache.cocoon.portal.impl
 

Fields in org.apache.cocoon.portal.impl declared as LayoutFactory
protected  LayoutFactory DefaultPortalComponentManager.layoutFactory
           
 

Methods in org.apache.cocoon.portal.impl that return LayoutFactory
 LayoutFactory DefaultPortalComponentManager.getLayoutFactory()
           
 

Uses of LayoutFactory in org.apache.cocoon.portal.layout.impl
 

layouts List of layouts.
Classes in org.apache.cocoon.portal.layout.impl that implement LayoutFactory
 class DefaultLayoutFactory
          Configuration
 

Uses of LayoutFactory in org.apache.cocoon.portal.profile.impl
 

Methods in org.apache.cocoon.portal.profile.impl with parameters of type LayoutFactory
protected  Layout AuthenticationProfileManager.loadProfile(String layoutKey, PortalService service, CopletFactory copletFactory, LayoutFactory layoutFactory, ServiceSelector adapterSelector)
          Deprecated. This loads a new profile
protected abstract  Layout AbstractUserProfileManager.loadProfile(String layoutKey, PortalService service, CopletFactory copletFactory, LayoutFactory layoutFactory, ServiceSelector adapterSelector)
          Deprecated. This loads a new profile
 

Uses of LayoutFactory in org.apache.cocoon.portal.tools.copletManagement
 

Constructors in org.apache.cocoon.portal.tools.copletManagement with parameters of type LayoutFactory
LayoutActions(Layout layout, LayoutFactory lf, CopletFactory cf, ProfileManager pm)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.