org.apache.myfaces.view.facelets.tag
Class MetadataTargetImpl

java.lang.Object
  extended by javax.faces.view.facelets.MetadataTarget
      extended by org.apache.myfaces.view.facelets.tag.MetadataTargetImpl

public final class MetadataTargetImpl
extends javax.faces.view.facelets.MetadataTarget

Version:
$Id: MetadataTargetImpl.java,v 1.3 2008/07/13 19:01:35 rlubke Exp $
Author:
Jacob Hookom

Constructor Summary
MetadataTargetImpl(java.lang.Class<?> type)
           
 
Method Summary
 java.beans.PropertyDescriptor getProperty(java.lang.String name)
           
 java.lang.Class<?> getPropertyType(java.lang.String name)
           
 java.lang.reflect.Method getReadMethod(java.lang.String name)
           
 java.lang.Class<?> getTargetClass()
           
 java.lang.reflect.Method getWriteMethod(java.lang.String name)
           
 boolean isTargetInstanceOf(java.lang.Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataTargetImpl

public MetadataTargetImpl(java.lang.Class<?> type)
                   throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException
Method Detail

getProperty

public java.beans.PropertyDescriptor getProperty(java.lang.String name)
Specified by:
getProperty in class javax.faces.view.facelets.MetadataTarget

getPropertyType

public java.lang.Class<?> getPropertyType(java.lang.String name)
Specified by:
getPropertyType in class javax.faces.view.facelets.MetadataTarget

getReadMethod

public java.lang.reflect.Method getReadMethod(java.lang.String name)
Specified by:
getReadMethod in class javax.faces.view.facelets.MetadataTarget

getTargetClass

public java.lang.Class<?> getTargetClass()
Specified by:
getTargetClass in class javax.faces.view.facelets.MetadataTarget

getWriteMethod

public java.lang.reflect.Method getWriteMethod(java.lang.String name)
Specified by:
getWriteMethod in class javax.faces.view.facelets.MetadataTarget

isTargetInstanceOf

public boolean isTargetInstanceOf(java.lang.Class type)
Specified by:
isTargetInstanceOf in class javax.faces.view.facelets.MetadataTarget


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