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
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)
unregisterPropertyHandler
public static void unregisterPropertyHandler(java.lang.Class clazz)
Copyright © 2008. All Rights Reserved.