Enapsulates a parsed component template, allowing access to the tokens parsed.
TBD: Record the name of the resource (or other location) from which the template was parsed (useful during debugging).
@author Howard Lewis Ship
@version $Id: ComponentTemplate.java 243791 2004-02-19 17:38:13Z hlship $
Each component declared in the application is represented by a ComponentTemplate. Note that this does not necessarily imply that there is only one instance of actual component. The ComponentTemplate could represent a pool of components, a single component or a component prototype that is reused to create new components as needed.
@author Peter Donald
@version $Revision: 1.2 $ $Date: 2004/05/01 12:48:35 $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.