org.mvel2.integration
Class PropertyHandlerFactory

java.lang.Object
  extended by org.mvel2.integration.PropertyHandlerFactory

public class PropertyHandlerFactory
extends java.lang.Object


Field Summary
protected static java.util.Map<java.lang.Class,PropertyHandler> propertyHandlerClass
           
 
Constructor Summary
PropertyHandlerFactory()
           
 
Method Summary
static PropertyHandler getPropertyHandler(java.lang.Class clazz)
           
static boolean hasPropertyHandler(java.lang.Class clazz)
           
static void registerPropertyHandler(java.lang.Class clazz, PropertyHandler propertyHandler)
           
static void unregisterPropertyHandler(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyHandlerClass

protected static java.util.Map<java.lang.Class,PropertyHandler> propertyHandlerClass
Constructor Detail

PropertyHandlerFactory

public PropertyHandlerFactory()
Method Detail

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.