| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Producible
This interface marks an object that can be created by a factory.
| Method Summary | |
|---|---|
|  String | getId()Get the unique id of this object | 
|  String | getName()The name given from the factory | 
|  void | initialize(String name,
           String id)Initialize the object. | 
|  void | setDescription(ProducibleDescription description)Set the layout description | 
| Methods inherited from interface org.apache.cocoon.portal.aspect.Aspectalizable | 
|---|
| addPersistentAspectData, getAspectData, getAspectDatas, getPersistentAspectData, isAspectSupported, setAspectData, setAspectDataHandler | 
| Method Detail | 
|---|
String getName()
String getId()
void setDescription(ProducibleDescription description)
void initialize(String name,
                String id)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||