Package | Description |
---|---|
com.caucho.config.attribute | |
com.caucho.config.type | |
com.caucho.config.xml |
Modifier and Type | Class and Description |
---|---|
class |
AddAttribute<T> |
class |
AnnotationAttribute<T> |
class |
CreateAttribute<T> |
class |
EntryAttribute |
class |
EnvironmentAttribute<T> |
class |
FlowAttribute |
class |
ListValueAttribute |
class |
ProgramAttribute |
class |
PropertyAttribute |
class |
SetterAttribute<T> |
class |
SetValueAttribute |
class |
TextAttribute<T> |
Modifier and Type | Method and Description |
---|---|
boolean |
Attribute.isAssignableFrom(Attribute oldAttr) |
boolean |
SetterAttribute.isAssignableFrom(Attribute attr) |
boolean |
TextAttribute.isAssignableFrom(Attribute attr) |
boolean |
CreateAttribute.isAssignableFrom(Attribute attr) |
Modifier and Type | Method and Description |
---|---|
Attribute |
ConfigType.getAddAttribute(java.lang.Class<?> cl)
Returns any add attributes to add arbitrary content
|
Attribute |
InlineBeanType.getAddAttribute(java.lang.Class<?> cl)
Returns any add attributes to add arbitrary content
|
Attribute |
ConfigType.getAddBeanAttribute(QName qName) |
Attribute |
InlineBeanType.getAddBeanAttribute(QName qName) |
Attribute |
ConfigType.getAttribute(QName qName)
Returns the attribute with the given name.
|
Attribute |
MapType.getAttribute(QName name)
Returns the attribute based on the given name.
|
Attribute |
InlineBeanType.getAttribute(QName name)
Returns the attribute based on the given name.
|
Attribute |
ValueType.getAttribute(QName name)
Returns the attribute based on the given name.
|
Attribute |
SetType.getAttribute(QName name)
Returns the attribute based on the given name.
|
Attribute |
ArrayType.getAttribute(QName name)
Returns the attribute based on the given name.
|
Attribute |
AnnotationInterfaceType.getAttribute(QName qName)
Returns the attribute with the given name.
|
Attribute |
ListType.getAttribute(QName name)
Returns the attribute based on the given name.
|
protected Attribute |
InlineBeanType.getAttributeImpl(QName name) |
Attribute |
ConfigType.getContentProgramAttribute()
Returns the flow program attribute, i.e.
|
Attribute |
InlineBeanType.getContentProgramAttribute()
Returns the content program attribute (program excluding if, choose).
|
Attribute |
ConfigType.getDefaultAttribute(QName qName) |
Attribute |
TypeFactory.getEnvironmentAttribute(QName name)
Returns an environment type.
|
Attribute |
TypeFactory.getListAttribute(QName name)
Returns an environment type.
|
Attribute |
ConfigType.getProgramAttribute()
Returns the program attribute.
|
Attribute |
InlineBeanType.getProgramAttribute()
Returns the program attribute.
|
Attribute |
TypeFactory.getSetAttribute(QName name)
Returns an environment type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InlineBeanType.setAddAnnotation(Attribute addAnnotation) |
protected void |
InlineBeanType.setAddCustomBean(Attribute addCustomBean) |
Modifier and Type | Class and Description |
---|---|
class |
XmlBeanAddAttribute<T> |
class |
XmlBeanAnnotationAttribute<T>
Attribute for configuring an XML annotation's value.
|
class |
XmlBeanArgAttribute |
class |
XmlBeanAttribute |
class |
XmlBeanFieldAttribute
Attribute for configuring an XML CanDI bean's field.
|
class |
XmlBeanMethodAttribute |
class |
XmlBeanNewAttribute |
class |
XmlBeanProgramAttribute |
class |
XmlBeanValueArgAttribute |
Modifier and Type | Field and Description |
---|---|
static Attribute |
XmlBeanNewAttribute.ATTRIBUTE |
static Attribute |
XmlBeanValueArgAttribute.ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
Attribute |
XmlBeanType.getAttribute(QName qName)
Returns the attribute with the given name.
|
protected Attribute |
XmlBeanType.getAttributeImpl(QName qName) |
Attribute |
XmlBeanType.getProgramAttribute() |