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

Packages that use CompositeLayout
org.apache.cocoon.portal.layout   
org.apache.cocoon.portal.layout.impl   
 

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

Methods in org.apache.cocoon.portal.layout that return CompositeLayout
 CompositeLayout Item.getParent()
           
 

Methods in org.apache.cocoon.portal.layout with parameters of type CompositeLayout
 Item Item.copy(CompositeLayout parent)
           
 void Item.setParent(CompositeLayout layout)
           
 

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

Classes in org.apache.cocoon.portal.layout.impl that implement CompositeLayout
 class CompositeLayoutImpl
          A composite layout is a layout that contains other layouts.
 



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