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 IComponentSpecification @see org.apache.tapestry.engine.IPageLoader @author glongman@intelligentworks.com @version $Id: IComponentSpecification.java 243791 2004-02-19 17:38:13Z hlship $
|
|