Uses of Class
com.sun.faces.renderkit.Attribute
-
Uses of Attribute in com.sun.faces.renderkit
Modifier and TypeMethodDescriptionstatic Attribute
static Attribute
static Attribute[]
AttributeManager.getAttributes
(AttributeManager.Key key) Modifier and TypeMethodDescriptionint
static void
RenderKitUtils.renderPassThruAttributes
(FacesContext context, ResponseWriter writer, UIComponent component, Attribute[] attributes) Render any "passthru" attributes, where we simply just output the raw name and value of the attribute.static void
RenderKitUtils.renderPassThruAttributes
(FacesContext context, ResponseWriter writer, UIComponent component, Attribute[] attributes, Map<String, List<ClientBehavior>> behaviors) Render any "passthru" attributes, where we simply just output the raw name and value of the attribute. -
Uses of Attribute in com.sun.faces.renderkit.html_basic
Modifier and TypeMethodDescriptionprotected void
OutcomeTargetRenderer.renderPassThruAttributes
(FacesContext ctx, ResponseWriter writer, UIComponent component, Attribute[] attributes, List excludedAttributes) protected void
BaseTableRenderer.renderTableStart
(FacesContext context, UIComponent table, ResponseWriter writer, Attribute[] attributes) Renders the start of a table and applies the value ofstyleClass
if available and renders any pass through attributes that may be specified.