public class XsltTextDefinitionParser extends ChildDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
static String |
STYLESHEET |
static int |
UNDEFINED |
clazz, setterMethodATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_NAME, ATTRIBUTE_REF, ATTRIBUTE_REF_SUFFIX, ATTRIBUTE_REFS, ATTRIBUTE_REFS_SUFFIX, beanPropertyConfiguration, logger, ROOT_ELEMENT, singleton| Constructor and Description |
|---|
XsltTextDefinitionParser(String setterMethod)
The class will be inferred from the class attribute
|
XsltTextDefinitionParser(String setterMethod,
Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertArgument(boolean condition,
String message) |
protected String |
domToString(Element dom) |
String |
getPropertyName(Element e) |
protected void |
postProcess(org.springframework.beans.factory.xml.ParserContext context,
BeanAssembler assembler,
Element element)
Hook method that derived classes can implement to inspect/change a
bean definition after parsing is complete.
|
getBeanClass, preProcessdoParse, getBeanName, parseChildforceParent, getBeanAssembler, getOrphanBeanAssembler, getParentBeanDefinition, getParentBeanName, getTargetPropertyConfigurationaddAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, checkElementNameUnique, createBeanDefinitionBuilder, getBeanAssemblerFactory, getBeanClassFromAttribute, getClassConstraint, getClassInternal, getParserContext, getRegistry, isAllowClassAttribute, isSingleton, isTopLevel, muleParse, parseInternal, processProperty, registerPostProcessor, registerPreProcessor, removeIgnored, resolveId, setAllowClassAttribute, setBeanAssemblerFactory, setClassConstraint, setIgnoredDefault, setParserContext, setRegistryparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforceParent, getTargetPropertyConfigurationmuleParseaddAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, registerPostProcessor, registerPreProcessor, removeIgnored, setIgnoredDefaultpublic static final String STYLESHEET
public static final int UNDEFINED
public XsltTextDefinitionParser(String setterMethod)
setterMethod - The target method (where the child will be injected)protected void postProcess(org.springframework.beans.factory.xml.ParserContext context,
BeanAssembler assembler,
Element element)
AbstractMuleBeanDefinitionParserpostProcess in class AbstractChildDefinitionParserassembler - the parsed (and probably totally defined) bean definition being builtelement - the XML element that was the source of the bean definition's metadatapublic String getPropertyName(Element e)
getPropertyName in class ChildDefinitionParserprotected void assertArgument(boolean condition,
String message)
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.