Uses of Interface
org.mvel2.integration.PropertyHandler

Packages that use PropertyHandler
org.mvel2.integration   
org.mvel2.optimizers.impl.refl.nodes   
 

Uses of PropertyHandler in org.mvel2.integration
 

Fields in org.mvel2.integration declared as PropertyHandler
protected static PropertyHandler PropertyHandlerFactory.nullMethodHandler
           
protected static PropertyHandler PropertyHandlerFactory.nullPropertyHandler
           
 

Fields in org.mvel2.integration with type parameters of type PropertyHandler
protected static java.util.Map<java.lang.Class,PropertyHandler> PropertyHandlerFactory.propertyHandlerClass
           
 

Methods in org.mvel2.integration that return PropertyHandler
static PropertyHandler PropertyHandlerFactory.getNullMethodHandler()
           
static PropertyHandler PropertyHandlerFactory.getNullPropertyHandler()
           
static PropertyHandler PropertyHandlerFactory.getPropertyHandler(java.lang.Class clazz)
           
 

Methods in org.mvel2.integration with parameters of type PropertyHandler
static void PropertyHandlerFactory.registerPropertyHandler(java.lang.Class clazz, PropertyHandler propertyHandler)
           
static void PropertyHandlerFactory.setNullMethodHandler(PropertyHandler handler)
           
static void PropertyHandlerFactory.setNullPropertyHandler(PropertyHandler handler)
           
 

Uses of PropertyHandler in org.mvel2.optimizers.impl.refl.nodes
 

Constructors in org.mvel2.optimizers.impl.refl.nodes with parameters of type PropertyHandler
FieldAccessorNH(java.lang.reflect.Field field, PropertyHandler handler)
           
GetterAccessorNH(java.lang.reflect.Method method, PropertyHandler nullHandler)
           
MethodAccessorNH(java.lang.reflect.Method method, ExecutableStatement[] parms, PropertyHandler handler)
           
PropertyHandlerAccessor(java.lang.String propertyName, java.lang.Class conversionType, PropertyHandler propertyHandler)
           
StaticVarAccessorNH(java.lang.reflect.Field field, PropertyHandler handler)
           
 



Copyright © 2011. All Rights Reserved.