org.apache.myfaces.view.facelets.tag
Class MetadataTargetImpl
java.lang.Object
javax.faces.view.facelets.MetadataTarget
org.apache.myfaces.view.facelets.tag.MetadataTargetImpl
public final class MetadataTargetImpl
- extends MetadataTarget
- Version:
- $Id: MetadataTargetImpl.java 1187700 2011-10-22 12:19:37Z bommel $
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataTargetImpl
public MetadataTargetImpl(Class<?> type)
throws IntrospectionException
- Throws:
IntrospectionException
getProperty
public PropertyDescriptor getProperty(String name)
- Specified by:
getProperty
in class MetadataTarget
getPropertyType
public Class<?> getPropertyType(String name)
- Specified by:
getPropertyType
in class MetadataTarget
getReadMethod
public Method getReadMethod(String name)
- Specified by:
getReadMethod
in class MetadataTarget
getTargetClass
public Class<?> getTargetClass()
- Specified by:
getTargetClass
in class MetadataTarget
getWriteMethod
public Method getWriteMethod(String name)
- Specified by:
getWriteMethod
in class MetadataTarget
isTargetInstanceOf
public boolean isTargetInstanceOf(Class type)
- Specified by:
isTargetInstanceOf
in class MetadataTarget
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.