|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.util.StyleUtils
public class StyleUtils
Generic style utilities.
Field Summary | |
---|---|
static java.lang.String |
LTR_CSS_SUFFIX
|
static java.lang.String |
RTL_CSS_SUFFIX
|
Constructor Summary | |
---|---|
StyleUtils()
|
Method Summary | |
---|---|
static java.lang.String |
convertToValidSelector(java.lang.String selector)
Convert the characters that should not be in a selector e.g., the | that is in the namespace to an _ so the css class name is valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RTL_CSS_SUFFIX
public static final java.lang.String LTR_CSS_SUFFIX
Constructor Detail |
---|
public StyleUtils()
Method Detail |
---|
public static java.lang.String convertToValidSelector(java.lang.String selector)
input
- String to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |