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

Packages that use Layout
org.apache.cocoon.portal   
org.apache.cocoon.portal.coplet   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.coplets.basket.events   
org.apache.cocoon.portal.event.aspect.impl   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.event.layout   
org.apache.cocoon.portal.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.pluto.adapter   
org.apache.cocoon.portal.profile   
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.portal.scratchpad   
org.apache.cocoon.portal.tools.copletManagement   
org.apache.cocoon.portal.tools.helper   
org.apache.cocoon.portal.wsrp.adapter   
 

Uses of Layout in org.apache.cocoon.portal
 

Methods in org.apache.cocoon.portal that return Layout
 Layout PortalService.getEntryLayout(String layoutKey)
           
 

Methods in org.apache.cocoon.portal with parameters of type Layout
 void PortalService.setEntryLayout(String layoutKey, Layout object)
          FIXME this is for the full-screen function
 

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

Methods in org.apache.cocoon.portal.coplet with parameters of type Layout
static CopletLayout CopletInstanceDataFeatures.searchLayout(CopletInstanceData cid, Layout rootLayout)
          Search for a layout containing the coplet instance data.
 

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

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

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

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

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

Constructors in org.apache.cocoon.portal.coplets.basket.events with parameters of type Layout
ShowItemEvent(ContentStore store, 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(EventManager publisher, Layout layout, String[] values)
           
protected  void FrameEventAspect.publish(EventManager publisher, Layout layout, String[] values)
           
protected abstract  void AbstractContentEventAspect.publish(EventManager publisher, Layout layout, String[] values)
          Custom publishing of an event.
 

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

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

Constructors in org.apache.cocoon.portal.event.impl with parameters of type Layout
MaximizeEvent(Layout target)
           
 

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

Constructors in org.apache.cocoon.portal.event.layout with parameters of type Layout
LayoutChangeParameterEvent(Layout target, String parameterName, String value)
           
LayoutChangeParameterEvent(Layout target, String parameterName, String value, boolean temporary)
           
 

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

Methods in org.apache.cocoon.portal.impl that return Layout
 Layout PortalServiceImpl.getEntryLayout(String layoutKey)
           
 

Methods in org.apache.cocoon.portal.impl with parameters of type Layout
 void PortalServiceImpl.setEntryLayout(String layoutKey, Layout object)
           
 

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
          FIXME - We have to remove the dependency to pluto
 

Methods in org.apache.cocoon.portal.layout that return Layout
 Layout LayoutFactory.newInstance(String name)
          Create a new layout instance.
 Layout Layout.copy()
          Make a copy of this layout object and of all it's children.
 Layout Item.getLayout()
          Returns the layout.
 Layout AbstractLayout.copy()
           
 

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)
           
 Layout CopletLayout.copy()
           
 Layout CompositeLayoutImpl.copy()
           
 

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 ParameterAspect.toSAX(RendererAspectContext context, Layout layout, PortalService service, ContentHandler contenthandler)
           
 void HistoryAspect.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.pluto.adapter
 

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

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.
 

Methods in org.apache.cocoon.portal.profile with parameters of type Layout
 void ProfileManager.register(Layout layout)
          New layouts have to be registered using this method.
 void ProfileManager.unregister(Layout layout)
          New layouts have to be unregistered using this method.
 

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)
           
 Layout GroupBasedProfileManager.getPortalLayout(String layoutKey, String layoutId)
           
 

Methods in org.apache.cocoon.portal.profile.impl with parameters of type Layout
 void GroupBasedProfileManager.register(Layout layout)
           
 void GroupBasedProfileManager.unregister(Layout layout)
           
 void AbstractProfileManager.register(Layout layout)
           
 void AbstractProfileManager.unregister(Layout layout)
           
 

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

Fields in org.apache.cocoon.portal.scratchpad declared as Layout
protected  Layout ProfileImpl.rootLayout
          The root element of the layout.
 

Methods in org.apache.cocoon.portal.scratchpad that return Layout
 Layout ProfileImpl.getRootLayout()
           
 Layout ProfileImpl.searchLayout(String layoutId)
           
 Layout Profile.searchLayout(String layoutId)
           
 Layout Profile.getRootLayout()
           
 

Methods in org.apache.cocoon.portal.scratchpad with parameters of type Layout
 void ProfileImpl.setRootLayout(Layout rootLayout)
          Set the root layout for this profile.
protected  void ProfileImpl.traverseLayouts(Layout layout)
           
 void ProfileImpl.add(Layout layout)
           
 void ProfileImpl.remove(Layout layout)
           
 

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

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

Uses of Layout in org.apache.cocoon.portal.tools.helper
 

Methods in org.apache.cocoon.portal.tools.helper that return Layout
 Layout PortalObjects.getPortalLayout()
           
 

Uses of Layout in org.apache.cocoon.portal.wsrp.adapter
 

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



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.