Class StyleRenderUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.util.StyleRenderUtils
-
public class StyleRenderUtils extends Object
PRELIMINARY: MAY BE INTEGRATED IN THETobagoResponseWriter
TBD
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
encodeIdSelector(String clientId)
PRELIMINARYstatic void
writeIdSelector(TobagoResponseWriter writer, String id)
PRELIMINARYstatic void
writeSelector(TobagoResponseWriter writer, String selector)
PRELIMINARY
-
-
-
Method Detail
-
writeIdSelector
public static void writeIdSelector(TobagoResponseWriter writer, String id) throws IOException
PRELIMINARY- Throws:
IOException
-
writeSelector
public static void writeSelector(TobagoResponseWriter writer, String selector) throws IOException
PRELIMINARY- Throws:
IOException
-
-