Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag.jsf
Class ActionSourceRule  view ActionSourceRule download ActionSourceRule.java

java.lang.Object
  extended bycom.sun.facelets.tag.MetaRule
      extended bycom.sun.facelets.tag.jsf.ActionSourceRule

final class ActionSourceRule
extends com.sun.facelets.tag.MetaRule

Version:
$Id: ActionSourceRule.java,v 1.3 2006/03/29 04:10:02 jhook Exp $

Nested Class Summary
(package private) static class ActionSourceRule.ActionListenerMapper
           
(package private) static class ActionSourceRule.ActionListenerMapper2
           
(package private) static class ActionSourceRule.ActionMapper
           
(package private) static class ActionSourceRule.ActionMapper2
           
 
Field Summary
static java.lang.Class[] ACTION_LISTENER_SIG
           
static java.lang.Class[] ACTION_SIG
           
static ActionSourceRule Instance
           
 
Constructor Summary
ActionSourceRule()
           
 
Method Summary
 com.sun.facelets.tag.Metadata applyRule(java.lang.String name, com.sun.facelets.tag.TagAttribute attribute, com.sun.facelets.tag.MetadataTarget meta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_SIG

public static final java.lang.Class[] ACTION_SIG

ACTION_LISTENER_SIG

public static final java.lang.Class[] ACTION_LISTENER_SIG

Instance

public static final ActionSourceRule Instance
Constructor Detail

ActionSourceRule

public ActionSourceRule()
Method Detail

applyRule

public com.sun.facelets.tag.Metadata applyRule(java.lang.String name,
                                               com.sun.facelets.tag.TagAttribute attribute,
                                               com.sun.facelets.tag.MetadataTarget meta)