Uses of Class
org.apache.cocoon.portal.layout.renderer.aspect.impl.AbstractAspect

Packages that use AbstractAspect
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.layout.renderer.aspect.impl   
 

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

Subclasses of AbstractAspect in org.apache.cocoon.portal.coplets.basket
 class AddToBasketAspect
          This renderer adds a link to add this coplet to the basket.
 

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

Subclasses of AbstractAspect in org.apache.cocoon.portal.layout.renderer.aspect.impl
 class AbstractActionAspect
          This aspect creates an event and subscribes to it as well
 class AbstractCIncludeAspect
          Base class for aspect renderers that generate cinclude statements.
 class AbstractCompositeAspect
          Insert a composite layout's elements into the resulting XML.
 class CIncludeCopletAspect
          This aspect streams a cinclude statement into the stream that will include the coplet using the coplet protocol.
 class CompositeContentAspect
          Add several contents.
 class DefaultCopletAspect
          This aspect directly invokes the coplet adapter to stream out the coplet content.
 class FrameAspect
          Adds a cinclude tag for a FrameLayout's source to the resulting stream.
 class FullScreenCopletAspect
          Includes a tag containing a URI that is connected with a fullscreen display of a coplet.
 class HistoryAspect
          Save the current state of the layout into the session.
 class ParameterAspect
          Add layout parameter to resulting XML stream so that they can be picked up later from a stylesheet for example.
 class PortletWindowAspect
          This aspect draws a portlet window for a JSR-168 implementation.
 class RemovableAspect
          Add a tag holding a URI used to remove a coplet from a layout to the output stream if the coplet is not set to mandatory.
 class SizingAspect
          This renderer aspect tests, if a coplet is sizable and/or maxpageable and adds tags holding URIs for switching to currently inactive modes (i.e. maximize or minimize).
 class TabContentAspect
          Example XML: <composite> <named-item name="..." parameter="link-event"/> <named-item name="..." selected="true"> <!
 class WindowAspect
          Create a title tag for a coplet as well as an optional enclosing tag.
 class XSLTAspect
          Apply a XSLT stylesheet to the contained layout.
 



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