private static class MethodRule.MethodBindingMetadata
extends javax.faces.view.facelets.Metadata
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
_attribute |
private java.lang.reflect.Method |
_method |
private java.lang.Class[] |
_paramList |
private java.lang.Class |
_returnType |
Constructor and Description |
---|
MethodBindingMetadata(java.lang.reflect.Method method,
javax.faces.view.facelets.TagAttribute attribute,
java.lang.Class returnType,
java.lang.Class[] paramList) |
Modifier and Type | Method and Description |
---|---|
void |
applyMetadata(javax.faces.view.facelets.FaceletContext ctx,
java.lang.Object instance) |
private final java.lang.reflect.Method _method
private final javax.faces.view.facelets.TagAttribute _attribute
private java.lang.Class[] _paramList
private java.lang.Class _returnType
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.