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

Packages that use Layout
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.event.aspect.impl   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.layout   
org.apache.cocoon.portal.layout.impl   
org.apache.cocoon.portal.layout.renderer   
org.apache.cocoon.portal.layout.renderer.aspect   
org.apache.cocoon.portal.layout.renderer.aspect.impl   
org.apache.cocoon.portal.layout.renderer.impl   
org.apache.cocoon.portal.profile   
org.apache.cocoon.portal.profile.impl   
 

Uses of Layout in org.apache.cocoon.portal.coplets.basket
 

Fields in org.apache.cocoon.portal.coplets.basket declared as Layout
protected  Layout ShowItemEvent.layout
          The layout object to use
 

Methods in org.apache.cocoon.portal.coplets.basket that return Layout
 Layout ShowItemEvent.getLayout()
          Return the layout
 

Methods in org.apache.cocoon.portal.coplets.basket with parameters of type Layout
 void AddToBasketAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 

Constructors in org.apache.cocoon.portal.coplets.basket with parameters of type Layout
ShowItemEvent(Object item, Layout layout, String copletData)
          Constructor
 

Uses of Layout in org.apache.cocoon.portal.event.aspect.impl
 

Methods in org.apache.cocoon.portal.event.aspect.impl with parameters of type Layout
protected  void LinkEventAspect.publish(Publisher publisher, Layout layout, String[] values)
           
protected  void FrameEventAspect.publish(Publisher publisher, Layout layout, String[] values)
           
protected abstract  void AbstractContentEventAspect.publish(Publisher publisher, Layout layout, String[] values)
          Custom publishing of an event.
 

Uses of Layout in org.apache.cocoon.portal.event.impl
 

Fields in org.apache.cocoon.portal.event.impl declared as Layout
protected  Layout FullScreenCopletEvent.layout
           
 

Methods in org.apache.cocoon.portal.event.impl that return Layout
 Layout MaximizeEvent.getLayout()
           
 Layout FullScreenCopletEvent.getLayout()
           
 

Constructors in org.apache.cocoon.portal.event.impl with parameters of type Layout
MaximizeEvent(Layout target)
           
FullScreenCopletEvent(CopletInstanceData data, Layout layout)
           
 

Uses of Layout in org.apache.cocoon.portal.layout
 

Subinterfaces of Layout in org.apache.cocoon.portal.layout
 interface CompositeLayout
          A composite layout is a layout that contains other layouts.
 

Classes in org.apache.cocoon.portal.layout that implement Layout
 class AbstractLayout
           
 

Methods in org.apache.cocoon.portal.layout that return Layout
 Layout LayoutFactory.newInstance(String name)
          Create a new layout instance.
 Layout Item.getLayout()
          Returns the layout.
 

Methods in org.apache.cocoon.portal.layout with parameters of type Layout
 void LayoutFactory.prepareLayout(Layout layout)
          This method is invoked for a newly loaded profile
 void LayoutFactory.remove(Layout layout)
          Remove the layout instance.
 void Item.setLayout(Layout layout)
          Sets the layout.
 

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

Classes in org.apache.cocoon.portal.layout.impl that implement Layout
 class CompositeLayoutImpl
          A composite layout is a layout that contains other layouts.
 class CopletLayout
          A coplet layout holds a coplet.
 class FrameLayout
          A frame layout holds a source URI.
 class LinkLayout
          A link layout references another layout to be used instead.
 

Methods in org.apache.cocoon.portal.layout.impl that return Layout
 Layout DefaultLayoutFactory.newInstance(String layoutName)
           
 

Methods in org.apache.cocoon.portal.layout.impl with parameters of type Layout
 void DefaultLayoutFactory.prepareLayout(Layout layout)
           
 void DefaultLayoutFactory.remove(Layout layout)
           
 

Uses of Layout in org.apache.cocoon.portal.layout.renderer
 

Methods in org.apache.cocoon.portal.layout.renderer with parameters of type Layout
 void Renderer.toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 

Uses of Layout in org.apache.cocoon.portal.layout.renderer.aspect
 

Methods in org.apache.cocoon.portal.layout.renderer.aspect with parameters of type Layout
 void RendererAspectContext.invokeNext(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 void RendererAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 

Uses of Layout in org.apache.cocoon.portal.layout.renderer.aspect.impl
 

Methods in org.apache.cocoon.portal.layout.renderer.aspect.impl with parameters of type Layout
 void XSLTAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
protected  String XSLTAspect.getStylesheetURI(XSLTAspect.PreparedConfiguration config, Layout layout)
           
 void WindowAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void TabContentAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void SizingAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void RemovableAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void PortletWindowAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void ParameterAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void HistoryAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void FullScreenCopletAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void FrameAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void DefaultRendererContext.invokeNext(Layout layout, PortalService service, ContentHandler handler)
           
 void DefaultCopletAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void CompositeContentAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void CIncludeCopletAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 void AbstractCompositeAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
protected  void AbstractCompositeAspect.processLayout(Layout layout, PortalService service, ContentHandler handler)
          Default implementation for processing a Layout.
 void AbstractAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler handler)
           
 

Uses of Layout in org.apache.cocoon.portal.layout.renderer.impl
 

Methods in org.apache.cocoon.portal.layout.renderer.impl with parameters of type Layout
 void DefaultLinkRenderer.process(Layout layout, PortalService service, ContentHandler handler)
           
 void AspectRenderer.toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
 String AbstractRenderer.getStylesheetURI(Layout layout)
           
 void AbstractRenderer.toSAX(Layout layout, PortalService service, ContentHandler handler)
          Stream out raw layout
protected  void AbstractRenderer.processLayout(Layout layout, PortalService service, ContentHandler handler)
          Process a Layout
protected abstract  void AbstractRenderer.process(Layout layout, PortalService service, ContentHandler handler)
           
 

Uses of Layout in org.apache.cocoon.portal.profile
 

Methods in org.apache.cocoon.portal.profile that return Layout
 Layout ProfileManager.getPortalLayout(String layoutKey, String layoutID)
          Get the portal layout defined by the layout key.
 Layout ProfileManager.getEntryLayout()
           
 

Methods in org.apache.cocoon.portal.profile with parameters of type Layout
 void ProfileManager.setEntryLayout(Layout object)
          FIXME this is for the full-screen function
 void ProfileManager.register(Layout layout)
           
 void ProfileManager.unregister(Layout layout)
           
 

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

Methods in org.apache.cocoon.portal.profile.impl that return Layout
 Layout StaticProfileManager.getPortalLayout(String layoutKey, String layoutID)
           
protected  Layout AuthenticationProfileManager.loadProfile(String layoutKey, PortalService service, CopletFactory copletFactory, LayoutFactory layoutFactory, ServiceSelector adapterSelector)
          This loads a new profile
 Layout AbstractUserProfileManager.getPortalLayout(String layoutKey, String layoutID)
           
protected abstract  Layout AbstractUserProfileManager.loadProfile(String layoutKey, PortalService service, CopletFactory copletFactory, LayoutFactory layoutFactory, ServiceSelector adapterSelector)
          This loads a new profile
 Layout AbstractProfileManager.getPortalLayout(String layoutKey, String layoutID)
           
 Layout AbstractProfileManager.getEntryLayout()
           
 

Methods in org.apache.cocoon.portal.profile.impl with parameters of type Layout
 void StaticProfileManager.register(Layout layout)
           
 void StaticProfileManager.unregister(Layout layout)
           
protected  void AbstractUserProfileManager.cacheLayouts(Map layoutMap, Layout layout)
           
 void AbstractUserProfileManager.register(Layout layout)
           
 void AbstractUserProfileManager.unregister(Layout layout)
           
 void AbstractProfileManager.register(Layout layout)
           
 void AbstractProfileManager.unregister(Layout layout)
           
 void AbstractProfileManager.setEntryLayout(Layout object)
           
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.