Uses of Interface
com.ca.commons.jndi.beans.JNDIBeanPropertyHandler

Packages that use JNDIBeanPropertyHandler
com.ca.commons.jndi.beans Framework for mapping JNDI directories to Java Beans. 
 

Uses of JNDIBeanPropertyHandler in com.ca.commons.jndi.beans
 

Classes in com.ca.commons.jndi.beans that implement JNDIBeanPropertyHandler
 class BooleanPropertyHandler
           
 class ByteDataPropertyHandler
           
 class CharacterPropertyHandler
           
 class DataModelBinaryPropertyHandler
           
 class EmailAddressPropertyHandler
           
 class EnumPropertyHandler
          Simple handler for enumerated type attributes, for performing mappings from user-friendly (often used as display) values to less-friendly internal values.
 class LdapNamePropertyHandler
           
 class MultiValuedAttribHandler
          A JNDI bean handler implementation to assist processing of multi-valued JNDI attributes.
 class NumberPropertyHandler
           
 class StringPropertyHandler
           
 class URIPropertyHandler
           
 

Fields in com.ca.commons.jndi.beans with type parameters of type JNDIBeanPropertyHandler
protected  List<JNDIBeanPropertyHandler> JNDIBeanStore.FilterSearcher.handlers
           
 

Methods in com.ca.commons.jndi.beans that return JNDIBeanPropertyHandler
 JNDIBeanPropertyHandler JNDIBeanStoreFactory.getHandler(String name)
           
 

Methods in com.ca.commons.jndi.beans that return types with arguments of type JNDIBeanPropertyHandler
 Collection<JNDIBeanPropertyHandler> JNDIBeanStoreFactory.getAllHandlers()
           
 



Created 2011-07-14 13:27 EST