A specification consists of
From this information, an actual component may be instantiated and initialized. Instantiating a component is usually a recursive process, since to initialize a container component, it is necessary to instantiate and initialize its contained components as well. @see org.apache.tapestry.IComponent @see IContainedComponent @see org.apache.tapestry.engine.IPageLoader @author Howard Lewis Ship @version $Id: ComponentSpecification.java 243791 2004-02-19 17:38:13Z hlship $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|