Class MethodRule
- java.lang.Object
- 
- jakarta.faces.view.facelets.MetaRule
- 
- org.apache.myfaces.view.facelets.tag.MethodRule
 
 
- 
 public final class MethodRule extends MetaRule Optional Rule for binding Method[Binding|Expression] properties- Author:
- Mike Kienenberger, Jacob Hookom
 
- 
- 
Constructor SummaryConstructors Constructor Description MethodRule(String methodName, Class<?> returnTypeClass, Class<?>[] params)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataapplyRule(String name, TagAttribute attribute, MetadataTarget meta)
 
- 
- 
- 
Method Detail- 
applyRulepublic Metadata applyRule(String name, TagAttribute attribute, MetadataTarget meta) 
 
- 
 
-