| org.araneaframework.Composite
Composite | public interface Composite extends Serializable(Code) | | Composite is a component with a set of child components. In a Composite
children can form a hierarchially having composites as children and so on.
This class should not be directly implemented, but
CompositeComponent ,
CompositeService or
CompositeWidget instead.
The Component follows the template pattern by defining _getComposite which returns the
implementation.
author: "Toomas Römer" author: Jevgeni Kabanov (ekabanov at araneaframework dot org) |
Inner Class :public interface Interface extends Serializable | |
Inner Class :public interface CompositeWidget extends CompositeService,Widget,Serializable | |
_getComposite | public Composite.Interface _getComposite()(Code) | | The factory method returning the implementation of the Composite.
the Composite implementation |
|
|