Uses of Interface
org.richfaces.cdk.templatecompiler.el.types.ELPropertyDescriptor

Packages that use ELPropertyDescriptor
org.richfaces.cdk.templatecompiler.el   
org.richfaces.cdk.templatecompiler.el.types   
 

Uses of ELPropertyDescriptor in org.richfaces.cdk.templatecompiler.el
 

Methods in org.richfaces.cdk.templatecompiler.el that return ELPropertyDescriptor
 ELPropertyDescriptor ELVisitor.getPropertyDescriptor(java.lang.String propertyName)
           
 

Uses of ELPropertyDescriptor in org.richfaces.cdk.templatecompiler.el.types
 

Classes in org.richfaces.cdk.templatecompiler.el.types that implement ELPropertyDescriptor
 class DummyPropertyDescriptor
          

 

Methods in org.richfaces.cdk.templatecompiler.el.types that return ELPropertyDescriptor
 ELPropertyDescriptor TypesFactoryImpl.getPropertyDescriptor(ELType elType, java.lang.String propertyName)
          This method return PropertyDescriptor by specified propertyName and clazz.
 ELPropertyDescriptor TypesFactory.getPropertyDescriptor(ELType type, java.lang.String name)
          This method return PropertyDescriptor by specified propertyName and clazz.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.