public final class Classes extends Object
Builds the CSS class attribute of tags. The names will be generated in a formal way, so generic name (and abbreviation) are possible. The class works like a factory, so caching will be possible.
The default naming conventions allow these values:
where
Modifier and Type | Method and Description |
---|---|
static Classes |
create(javax.faces.component.UIComponent component) |
static Classes |
create(javax.faces.component.UIComponent component,
Markup explicit) |
static Classes |
create(javax.faces.component.UIComponent component,
String sub) |
static Classes |
create(javax.faces.component.UIComponent component,
String sub,
Markup explicit) |
String |
getStringValue() |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.