org.objectweb.jonathan.libs.kernel.decoders
Class XMLIncludeDecoder
java.lang.Object
org.objectweb.jonathan.libs.kernel.decoders.XMLIncludeDecoder
- XMLElementDecoder
public class XMLIncludeDecoder
extends java.lang.Object
Include specific XML or properties to runtime configuration decoder.
Used by the
OpenXMLDecoder
as one of the built-in
XML to runtime configuration decoders provided it provides
to its decoding dispatcher.
XMLIncludeDecoder
public XMLIncludeDecoder()
decode
public Component decode(XMLElement _xml_element,
String _element_name,
Context _configuration,
XMLElementDecoderDispatcher _dispatcher)
throws JonathanException
Converts a XML INCLUDE
element to its
corresponding included runtime configuration
- decode in interface XMLElementDecoder
_xml_element
- INCLUDE
tag to be decoded_element_name
- the include's element name_configuration
- where the decoded configuration will
be included