Package org.jboss.weld.xml
Class BeansXmlHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.jboss.weld.xml.BeansXmlHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class BeansXmlHandler extends DefaultHandler
Retained for backward compatibility with Arquillian and WildFly which incorrectly rely on Weld internals!- Author:
- Martin Kouba
- See Also:
BeansXmlParser
-
-
Constructor Summary
Constructors Constructor Description BeansXmlHandler(URL file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringinterpolate(String text)-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-