|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.metro.builder.ComponentDecoder
Construct a state graph.
Constructor Summary | |
ComponentDecoder()
|
Method Summary | |
ComponentDirective |
buildComponent(Element root,
Resolver resolver)
Construct a component directive using the supplied DOM element. |
protected ValueDirective |
buildValueDirective(Element element)
Build a value directive using a supplied DOM element. |
ComponentDirective |
loadComponentDirective(URI uri)
Construct a component directive using the supplied uri. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComponentDecoder()
Method Detail |
public ComponentDirective loadComponentDirective(URI uri) throws IOException
uri
- the part uri
IOException
- if an error occurs during directive creationpublic ComponentDirective buildComponent(Element root, Resolver resolver) throws DecodingException
root
- the element representing the component directive definitionresolver
- build-time uri resolver
DecodingException
- if an error occurs during directive creationprotected ValueDirective buildValueDirective(Element element)
element
- the DOM element
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |