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

Quick Search    Search Deep

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

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

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

Version:
$Id: ComponentRule.java,v 1.2 2005/08/24 04:38:50 jhook Exp $

Nested Class Summary
(package private)  class ComponentRule.LiteralAttributeMetadata
           
(package private) static class ComponentRule.ValueBindingMetadata
           
(package private) static class ComponentRule.ValueExpressionMetadata
           
 
Field Summary
static ComponentRule Instance
           
private static java.util.logging.Logger log
           
 
Constructor Summary
ComponentRule()
           
 
Method Summary
 com.sun.facelets.tag.Metadata applyRule(java.lang.String name, com.sun.facelets.tag.TagAttribute attribute, com.sun.facelets.tag.MetadataTarget meta)
           
private static void warnAttr(com.sun.facelets.tag.TagAttribute attr, java.lang.Class type, java.lang.String n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final java.util.logging.Logger log

Instance

public static final ComponentRule Instance
Constructor Detail

ComponentRule

public ComponentRule()
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)

warnAttr

private static void warnAttr(com.sun.facelets.tag.TagAttribute attr,
                             java.lang.Class type,
                             java.lang.String n)