org.mvel2.integration
Class PropertyHandlerFactory
java.lang.Object
org.mvel2.integration.PropertyHandlerFactory
public class PropertyHandlerFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyHandlerClass
protected static java.util.Map<java.lang.Class,PropertyHandler> propertyHandlerClass
nullPropertyHandler
protected static PropertyHandler nullPropertyHandler
nullMethodHandler
protected static PropertyHandler nullMethodHandler
PropertyHandlerFactory
public PropertyHandlerFactory()
getPropertyHandler
public static PropertyHandler getPropertyHandler(java.lang.Class clazz)
hasPropertyHandler
public static boolean hasPropertyHandler(java.lang.Class clazz)
registerPropertyHandler
public static void registerPropertyHandler(java.lang.Class clazz,
PropertyHandler propertyHandler)
setNullPropertyHandler
public static void setNullPropertyHandler(PropertyHandler handler)
hasNullPropertyHandler
public static boolean hasNullPropertyHandler()
getNullPropertyHandler
public static PropertyHandler getNullPropertyHandler()
setNullMethodHandler
public static void setNullMethodHandler(PropertyHandler handler)
hasNullMethodHandler
public static boolean hasNullMethodHandler()
getNullMethodHandler
public static PropertyHandler getNullMethodHandler()
unregisterPropertyHandler
public static void unregisterPropertyHandler(java.lang.Class clazz)
disposeAll
public static void disposeAll()
Copyright © 2010. All Rights Reserved.