Uses of Interface
org.apache.cocoon.portal.factory.ProducibleDescription

Packages that use ProducibleDescription
org.apache.cocoon.portal.coplet   
org.apache.cocoon.portal.coplet.impl   
org.apache.cocoon.portal.factory   
org.apache.cocoon.portal.factory.impl   
org.apache.cocoon.portal.layout   
org.apache.cocoon.portal.layout.impl   
 

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

Subinterfaces of ProducibleDescription in org.apache.cocoon.portal.coplet
 interface CopletDescription
          A configured coplet
 

Uses of ProducibleDescription in org.apache.cocoon.portal.coplet.impl
 

Classes in org.apache.cocoon.portal.coplet.impl that implement ProducibleDescription
 class DefaultCopletDescription
          A description of a coplet data or a coplet instance data
 

Uses of ProducibleDescription in org.apache.cocoon.portal.factory
 

Methods in org.apache.cocoon.portal.factory with parameters of type ProducibleDescription
 void Producible.setDescription(ProducibleDescription description)
          Set the layout description
 

Uses of ProducibleDescription in org.apache.cocoon.portal.factory.impl
 

Classes in org.apache.cocoon.portal.factory.impl that implement ProducibleDescription
 class AbstractProducibleDescription
          This is a description of a Producible object.
 

Fields in org.apache.cocoon.portal.factory.impl declared as ProducibleDescription
protected  ProducibleDescription AbstractProducible.description
           
 

Methods in org.apache.cocoon.portal.factory.impl with parameters of type ProducibleDescription
 void AbstractProducible.setDescription(ProducibleDescription description)
          Set the layout description
 

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

Subinterfaces of ProducibleDescription in org.apache.cocoon.portal.layout
 interface LayoutDescription
          A configured layout
 

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

Classes in org.apache.cocoon.portal.layout.impl that implement ProducibleDescription
 class DefaultLayoutDescription
          A configured layout
 



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