Package | Description |
---|---|
com.sun.faces.renderkit | |
com.sun.faces.renderkit.html_basic |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.attr(String name) |
static Attribute |
Attribute.attr(String name,
String... events) |
static Attribute[] |
AttributeManager.getAttributes(AttributeManager.Key key) |
Modifier and Type | Method and Description |
---|---|
int |
Attribute.compareTo(Attribute o) |
static void |
RenderKitUtils.renderPassThruAttributes(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.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(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
Attribute[] attributes,
Map<String,List<javax.faces.component.behavior.ClientBehavior>> behaviors)
Render any "passthru" attributes, where we simply just output the
raw name and value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OutcomeTargetRenderer.renderPassThruAttributes(javax.faces.context.FacesContext ctx,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
Attribute[] attributes,
List excludedAttributes) |
protected void |
BaseTableRenderer.renderTableStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer,
Attribute[] attributes)
Renders the start of a table and applies the value of
styleClass if available and renders any
pass through attributes that may be specified. |
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.