org.apache.myfaces.extensions.validator.core.property
Class DefaultPropertyInformation

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.property.DefaultPropertyInformation
All Implemented Interfaces:
PropertyInformation

public class DefaultPropertyInformation
extends java.lang.Object
implements PropertyInformation

Since:
1.x.1
Author:
Gerhard Petracek

Constructor Summary
DefaultPropertyInformation()
           
 
Method Summary
 void addMetaDataEntry(MetaDataEntry metaDataEntry)
           
 boolean containsInformation(java.lang.String key)
           
 java.lang.Object getInformation(java.lang.String key)
           
<T> T
getInformation(java.lang.String key, java.lang.Class<T> targetClass)
           
 MetaDataEntry[] getMetaDataEntries()
           
 void setInformation(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertyInformation

public DefaultPropertyInformation()
Method Detail

containsInformation

public boolean containsInformation(java.lang.String key)
Specified by:
containsInformation in interface PropertyInformation

getInformation

public java.lang.Object getInformation(java.lang.String key)
Specified by:
getInformation in interface PropertyInformation

getInformation

public <T> T getInformation(java.lang.String key,
                            java.lang.Class<T> targetClass)
Specified by:
getInformation in interface PropertyInformation

setInformation

public void setInformation(java.lang.String key,
                           java.lang.Object value)
Specified by:
setInformation in interface PropertyInformation

getMetaDataEntries

public MetaDataEntry[] getMetaDataEntries()
Specified by:
getMetaDataEntries in interface PropertyInformation

addMetaDataEntry

public void addMetaDataEntry(MetaDataEntry metaDataEntry)
Specified by:
addMetaDataEntry in interface PropertyInformation


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