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.
 

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

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

Methods in org.apache.jetspeed.om.page that return Decoration
 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 ContentFragment.setDecoration(Decoration decoration)
           
 



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