|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDef | |
---|---|
org.apache.myfaces.trinidadinternal.share.xml.beans |
Uses of PropertyDef in org.apache.myfaces.trinidadinternal.share.xml.beans |
---|
Subclasses of PropertyDef in org.apache.myfaces.trinidadinternal.share.xml.beans | |
---|---|
class |
BasePropertyDef
Base implementation of PropertyDef. |
class |
IntrospectionPropertyDef
PropertyDef that uses introspection - specifically, a bean PropertyDescriptor - to define its behavior. |
Methods in org.apache.myfaces.trinidadinternal.share.xml.beans that return PropertyDef | |
---|---|
protected PropertyDef |
IntrospectionBeanDef.createPropertyDef(java.beans.PropertyDescriptor descriptor)
Hook for overriding the behavior of a found property. |
PropertyDef |
IntrospectionBeanDef.getDefaultPropertyDef()
|
abstract PropertyDef |
BeanDef.getDefaultPropertyDef()
Gets the "default" property definition. |
PropertyDef |
IntrospectionBeanDef.getElementPropertyDef(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attrs)
|
abstract PropertyDef |
BeanDef.getElementPropertyDef(java.lang.String namespace,
java.lang.String name,
org.xml.sax.Attributes attrs)
Gets an property definition for a child element. |
PropertyDef |
IntrospectionBeanDef.getPropertyDef(java.lang.String name)
|
abstract PropertyDef |
BeanDef.getPropertyDef(java.lang.String name)
Gets an property definition. |
PropertyDef |
IntrospectionBeanDef.getPropertyDef(java.lang.String namespace,
java.lang.String name)
|
abstract PropertyDef |
BeanDef.getPropertyDef(java.lang.String namespace,
java.lang.String name)
Gets an property definition for a namespaced property. |
Methods in org.apache.myfaces.trinidadinternal.share.xml.beans with parameters of type PropertyDef | |
---|---|
protected boolean |
BeanParser.isInlineChildProperty(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
PropertyDef def)
Returns whether a given property definition is parsed inline. |
boolean |
IntrospectionBeanDef.isInlineChildProperty(java.lang.String namespace,
java.lang.String name,
PropertyDef def)
|
abstract boolean |
BeanDef.isInlineChildProperty(java.lang.String namespace,
java.lang.String name,
PropertyDef def)
Returns true if the PropertyDef is defined with an inline child element. |
protected NodeParser |
BeanParser.startChildProperty(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs,
PropertyDef def)
Called when an XML element is being parsed as a bean property. |
protected NodeParser |
BeanParser.startEnvelopeChildProperty(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs,
PropertyDef def)
Called to parse an XML element an inline bean property. |
protected NodeParser |
BeanParser.startInlineChildProperty(ParseContext context,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs,
PropertyDef def)
Called to parse an XML element an inline bean property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |