|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A component interface to load type and template definitions.
Method Summary | |
XMLElement |
loadTemplateDescriptor(String name)
Loads the template definition whose name is given. |
XMLElement |
loadTypeDescriptor(String name)
Loads the type definition whose name is given. |
Method Detail |
public XMLElement loadTypeDescriptor(String name) throws ParserException
name
- the name of a component type.
ParserException
- if the type definition can not be found or is
invalid.public XMLElement loadTemplateDescriptor(String name) throws ParserException
name
- the name of a component template.
ParserException
- if the component template can not be found or is
invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |