org.apache.myfaces.extensions.validator.core.storage
Class DefaultPropertyStorage

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.storage.DefaultPropertyStorage
All Implemented Interfaces:
PropertyStorage

public class DefaultPropertyStorage
extends Object
implements PropertyStorage

Since:
x.x.3

Field Summary
protected  Logger logger
           
 
Constructor Summary
DefaultPropertyStorage()
           
 
Method Summary
 boolean containsField(Class targetClass, String property)
           
 boolean containsMethod(Class targetClass, String property)
           
 Field getField(Class targetClass, String property)
           
 Method getMethod(Class targetClass, String property)
           
 void storeField(Class targetClass, String property, Field field)
           
 void storeMethod(Class targetClass, String property, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

DefaultPropertyStorage

public DefaultPropertyStorage()
Method Detail

storeField

public void storeField(Class targetClass,
                       String property,
                       Field field)
Specified by:
storeField in interface PropertyStorage

storeMethod

public void storeMethod(Class targetClass,
                        String property,
                        Method method)
Specified by:
storeMethod in interface PropertyStorage

getField

public Field getField(Class targetClass,
                      String property)
Specified by:
getField in interface PropertyStorage

getMethod

public Method getMethod(Class targetClass,
                        String property)
Specified by:
getMethod in interface PropertyStorage

containsField

public boolean containsField(Class targetClass,
                             String property)
Specified by:
containsField in interface PropertyStorage

containsMethod

public boolean containsMethod(Class targetClass,
                              String property)
Specified by:
containsMethod in interface PropertyStorage


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.