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

Packages that use Decoration
org.apache.jetspeed.decoration   
org.apache.jetspeed.om.page This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. 
 

Uses of Decoration in org.apache.jetspeed.decoration
 

Subinterfaces of Decoration in org.apache.jetspeed.decoration
 interface LayoutDecoration
          Decoration specifically targeted at decorating layouts.
 interface PortletDecoration
          Decoration specifically targeted at decorating portlets.
 

Classes in org.apache.jetspeed.decoration that implement Decoration
 class BaseDecoration
          Base class implementing the most common methods shared between LayoutDecorations and PortletDecorations.
 class LayoutDecorationImpl
          Default implementation of org.apache.jetspeed.decoration.LayoutDecoration
 class PortletDecorationImpl
          Default implementation of org.apache.jetspeed.decoration.PortletDecoration
 

Methods in org.apache.jetspeed.decoration that return Decoration
 Decoration PageTheme.getDecoration(Fragment fragment)
           
 Decoration Theme.getDecoration(Fragment fragment)
          Returns a a Decoration for the requested fragment.
 Decoration DecorationFactoryImpl.getDecoration(Page page, Fragment fragment, RequestContext requestContext)
           
 Decoration DecorationFactory.getDecoration(Page page, Fragment fragment, RequestContext requestContext)
          Returns a Decoration for a specific Fragment contained within the specified Page.
 

Methods in org.apache.jetspeed.decoration with parameters of type Decoration
protected  DecoratorAction AbstractDecoratorActionsFactory.createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
protected  DecoratorAction CustomDecoratorActionsFactory.createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
protected  DecoratorAction PrintSoloDecoratorActionsFactory.createAction(RequestContext rc, org.apache.pluto.om.window.PortletWindow pw, Decoration decoration, DecoratorActionTemplate template)
           
 java.util.List AbstractDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates)
           
 java.util.List DecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List allowedActions, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List AbstractDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List CustomDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 java.util.List PrintSoloDecoratorActionsFactory.getDecoratorActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration, java.util.List actionTemplates, PortletDefinitionComposite portlet, ContentFragment fragment, SecurityAccessController accessController)
           
 DecoratorActionsFactory DecorationValve.getDecoratorActionsAdapter(Decoration decoration)
           
protected  java.util.List DecorationValve.getPageModes(RequestContext requestContext, org.apache.pluto.om.window.PortletWindow window, org.apache.pluto.om.portlet.ContentTypeSet content, javax.portlet.PortletMode mode, javax.portlet.WindowState state, PageActionAccess pageActionAccess, Decoration decoration, boolean isAjaxRequest)
          Builds a list of portlet modes that can be executed on the current fragment excluding the portlet's current mode.
 java.util.List DecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List DefaultDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode pm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List CustomDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
 java.util.List PrintSoloDecoratorActionsFactory.getSupportedActions(RequestContext rc, PortletApplication pa, org.apache.pluto.om.window.PortletWindow pw, javax.portlet.PortletMode cm, javax.portlet.WindowState ws, Decoration decoration)
           
protected  boolean DecorationValve.initActionsForFragment(RequestContext requestContext, ContentFragment fragment, PageActionAccess pageActionAccess, Decoration decoration, boolean isAjaxRequest)
          Builds and assigns a list of available portlet modes and window states for the target Fragment.
 

Uses of Decoration in org.apache.jetspeed.om.page
 

Methods in org.apache.jetspeed.om.page that return Decoration
 Decoration ContentFragmentImpl.getDecoration()
           
 Decoration ContentFragment.getDecoration()
          Retrieves the actual org.apache.jetspeed.decoration.decorator object for this content fragment.
 

Methods in org.apache.jetspeed.om.page with parameters of type Decoration
 void ContentFragmentImpl.setDecoration(Decoration decoration)
           
 void ContentFragment.setDecoration(Decoration decoration)
           
 



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