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(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.
|
Modifier and Type | Method and Description |
---|---|
protected 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 of
styleClass if available and renders any
pass through attributes that may be specified. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.