public class EnvironmentBeanType<X> extends InlineBeanType<X>
TEXT, VALUE
Constructor and Description |
---|
EnvironmentBeanType(java.lang.Class<X> beanClass) |
Modifier and Type | Method and Description |
---|---|
void |
beforeConfigure(XmlConfigContext env,
java.lang.Object bean,
org.w3c.dom.Node node)
Called before the children are configured.
|
create, getAddAttribute, getAddBeanAttribute, getAttribute, getAttributeImpl, getConstructor, getContentProgramAttribute, getProgramAttribute, getType, init, inject, introspect, introspectMethods, isConstructableFromString, isEL, isReplace, replaceObject, setAddAnnotation, setAddCustomBean, toString, valueOf, valueOf
afterConfigure, beforeConfigureBean, carefulIntrospect, createType, getComponentType, getDefaultAttribute, getType, getTypeName, isArray, isBean, isEnvBean, isInlineType, isNode, isNoTrim, isProgram, isQualifier, setEnvBean, setProperty, valueOf
public EnvironmentBeanType(java.lang.Class<X> beanClass)
public void beforeConfigure(XmlConfigContext env, java.lang.Object bean, org.w3c.dom.Node node)
beforeConfigure
in class InlineBeanType<X>