Package jakarta.faces.view.facelets
Class MetadataTarget
java.lang.Object
jakarta.faces.view.facelets.MetadataTarget
Information used with MetaRule for determining how and what Metadata should be wired.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PropertyDescriptor
getProperty
(String name) abstract Class
getPropertyType
(String name) abstract Method
getReadMethod
(String name) abstract Class
abstract Method
getWriteMethod
(String name) abstract boolean
isTargetInstanceOf
(Class type)
-
Constructor Details
-
MetadataTarget
public MetadataTarget()
-
-
Method Details
-
getProperty
- Parameters:
name
-- Returns:
-
getPropertyType
- Parameters:
name
-- Returns:
-
getReadMethod
- Parameters:
name
-- Returns:
-
getTargetClass
- Returns:
-
getWriteMethod
- Parameters:
name
-- Returns:
-
isTargetInstanceOf
- Parameters:
type
-- Returns:
-