com.sun.facelets.tag
Class MethodRule

java.lang.Object
  extended by com.sun.facelets.tag.MetaRule
      extended by com.sun.facelets.tag.MethodRule

public final class MethodRule
extends MetaRule

Optional Rule for binding Method[Binding|Expression] properties

Author:
Mike Kienenberger, Jacob Hookom

Constructor Summary
MethodRule(String methodName, Class returnTypeClass, Class[] params)
           
 
Method Summary
 Metadata applyRule(String name, TagAttribute attribute, MetadataTarget meta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRule

public MethodRule(String methodName,
                  Class returnTypeClass,
                  Class[] params)
Method Detail

applyRule

public Metadata applyRule(String name,
                          TagAttribute attribute,
                          MetadataTarget meta)
Specified by:
applyRule in class MetaRule
Returns:


Copyright © 2005 All Rights Reserved.