|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentDirective | |
net.dpml.metro.builder | Utilities supporting component definition creation and externalization to/from XML. |
net.dpml.metro.data | Immutable datatypes used to describe a deployment scenario. |
Uses of ComponentDirective in net.dpml.metro.builder |
Methods in net.dpml.metro.builder that return ComponentDirective | |
ComponentDirective |
ComponentDecoder.loadComponentDirective(URI uri)
Construct a component directive using the supplied uri. |
ComponentDirective |
ComponentDecoder.buildComponent(Element root,
Resolver resolver)
Construct a component directive using the supplied DOM element. |
Methods in net.dpml.metro.builder with parameters of type ComponentDirective | |
void |
ComponentEncoder.export(ComponentDirective directive,
OutputStream output)
Export a component directive to an output stream as XML. |
void |
ComponentEncoder.writeComponent(Writer writer,
ComponentDirective directive,
String pad)
Export a component directive to an output stream as XML. |
void |
ComponentEncoder.writeTaggedComponent(Writer writer,
ComponentDirective directive,
String key,
String pad)
Export a tagged component directive to an output stream as XML. |
void |
ComponentEncoder.writeTaggedComponent(Writer writer,
ComponentDirective directive,
String key,
String pad,
boolean flag)
Export a tagged component directive to an output stream as XML. |
Uses of ComponentDirective in net.dpml.metro.data |
Methods in net.dpml.metro.data that return ComponentDirective | |
ComponentDirective |
DefaultComposition.getComponentDirective()
Get the deployment directive. |
ComponentDirective |
ComponentDirective.getBaseDirective()
Return the base directive. |
Constructors in net.dpml.metro.data with parameters of type ComponentDirective | |
DefaultComposition(Logger logger,
Info info,
Classpath classpath,
Controller controller,
ComponentDirective directive)
Creation of a new composition diefinition. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |