|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
com.caucho.config.attribute | |
com.caucho.config.type | |
com.caucho.config.xml |
Uses of Attribute in com.caucho.config.attribute |
---|
Subclasses of Attribute in com.caucho.config.attribute | |
---|---|
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>
|
Methods in com.caucho.config.attribute with parameters of type Attribute | |
---|---|
boolean |
Attribute.isAssignableFrom(Attribute oldAttr)
|
boolean |
CreateAttribute.isAssignableFrom(Attribute attr)
|
boolean |
SetterAttribute.isAssignableFrom(Attribute attr)
|
boolean |
TextAttribute.isAssignableFrom(Attribute attr)
|
Uses of Attribute in com.caucho.config.type |
---|
Methods in com.caucho.config.type that return Attribute | |
---|---|
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 |
AnnotationInterfaceType.getAttribute(QName qName)
Returns the attribute with the given name. |
Attribute |
ArrayType.getAttribute(QName name)
Returns the attribute based on the given name. |
Attribute |
ConfigType.getAttribute(QName qName)
Returns the attribute with the given name. |
Attribute |
InlineBeanType.getAttribute(QName name)
Returns the attribute based on the given name. |
Attribute |
ListType.getAttribute(QName name)
Returns the attribute based on the given name. |
Attribute |
MapType.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 |
ValueType.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. |
Methods in com.caucho.config.type with parameters of type Attribute | |
---|---|
protected void |
InlineBeanType.setAddAnnotation(Attribute addAnnotation)
|
protected void |
InlineBeanType.setAddCustomBean(Attribute addCustomBean)
|
Uses of Attribute in com.caucho.config.xml |
---|
Subclasses of Attribute in com.caucho.config.xml | |
---|---|
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
|
Fields in com.caucho.config.xml declared as Attribute | |
---|---|
static Attribute |
XmlBeanNewAttribute.ATTRIBUTE
|
static Attribute |
XmlBeanValueArgAttribute.ATTRIBUTE
|
Methods in com.caucho.config.xml that return Attribute | |
---|---|
Attribute |
XmlBeanType.getAttribute(QName qName)
Returns the attribute with the given name. |
protected Attribute |
XmlBeanType.getAttributeImpl(QName qName)
|
Attribute |
XmlBeanType.getProgramAttribute()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |