public class TrivialComponentsUtil extends Object
| Constructor and Description |
|---|
TrivialComponentsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
createMustacheKeys(javax.faces.context.FacesContext context,
javax.faces.component.UIComponentBase component) |
static List<String> |
replaceDotInMustacheKeys(List<String> mustacheKeys)
TODO: trivial components does not support foo.bar so this methods replaces foo.bar by foo_bar.
|
static String |
replaceDotInMustacheKeys(List<String> mustacheKeys,
String pluginCall)
TODO: trivial components does not support foo.bar so this methods replaces foo.bar by foo_bar.
|
public static List<String> replaceDotInMustacheKeys(List<String> mustacheKeys)
public static String replaceDotInMustacheKeys(List<String> mustacheKeys, String pluginCall)
public static List<String> createMustacheKeys(javax.faces.context.FacesContext context, javax.faces.component.UIComponentBase component) throws IOException
IOExceptionCopyright © 2019. All rights reserved.