com.sun.faces.renderkit
Class AttributeManager

java.lang.Object
  extended by com.sun.faces.renderkit.AttributeManager

public class AttributeManager
extends java.lang.Object

This class contains mappings between the standard components and the passthrough attributes associated with them.


Nested Class Summary
static class AttributeManager.Key
           
 
Field Summary
private static java.util.Map<java.lang.String,com.sun.faces.renderkit.Attribute[]> ATTRIBUTE_LOOKUP
           
 
Constructor Summary
AttributeManager()
           
 
Method Summary
static com.sun.faces.renderkit.Attribute[] getAttributes(AttributeManager.Key key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_LOOKUP

private static java.util.Map<java.lang.String,com.sun.faces.renderkit.Attribute[]> ATTRIBUTE_LOOKUP
Constructor Detail

AttributeManager

public AttributeManager()
Method Detail

getAttributes

public static com.sun.faces.renderkit.Attribute[] getAttributes(AttributeManager.Key key)


Copyright 2002-2011 Oracle America, Inc. All Rights Reserved.