Class TagUtil
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.TagUtil
-
public class TagUtil extends Object
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
formatForDomId(Object value)
Centralizes the formatting of a string value in order to get a dom id compatible value.static String
formatHrefFromAction(String action)
Centralizes all the possibilities about the conversion of action into href.
-