Uses of Class
org.apache.myfaces.trinidadinternal.share.xml.beans.BeanDef

Packages that use BeanDef
org.apache.myfaces.trinidadinternal.share.xml.beans   
 

Uses of BeanDef in org.apache.myfaces.trinidadinternal.share.xml.beans
 

Subclasses of BeanDef in org.apache.myfaces.trinidadinternal.share.xml.beans
 class IntrospectionBeanDef
          Implementation of BeanDef that uses introspection to identify properties.
 

Methods in org.apache.myfaces.trinidadinternal.share.xml.beans that return BeanDef
protected  BeanDef BeanParser.getBeanDef()
          An accessor function for retrieving the bean defintion.
 BeanDef BeanParserFactory.getBeanDef(java.lang.String namespaceURI, java.lang.String localName)
           
 

Methods in org.apache.myfaces.trinidadinternal.share.xml.beans with parameters of type BeanDef
protected  NodeParser BeanParserFactory.createBeanParser(ParseContext context, BeanDef beanDef)
           
 

Constructors in org.apache.myfaces.trinidadinternal.share.xml.beans with parameters of type BeanDef
BeanParser(BeanDef beanDef)
          Creates a BeanParser based on a bean definition.
 

Constructor parameters in org.apache.myfaces.trinidadinternal.share.xml.beans with type arguments of type BeanDef
BeanParserFactory(java.lang.Class<?> parserType, java.lang.String namespaceURI, java.util.Map<java.lang.String,BeanDef> beanTypes)
          Creates a BeanParserFactory.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.