public class FORenderer extends Object
| Constructor and Description |
|---|
FORenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCssClass(String role,
int style) |
static int |
getNoOfTokens(int caller) |
static String |
getStyle(int caller,
int index) |
static String |
getToken(int caller,
int index) |
static boolean |
isParsable(String role) |
int |
parseText(String role,
String text,
String encoding)
Parse the text into tokens and store in a list.
|
public static int getNoOfTokens(int caller)
public static String getStyle(int caller, int index)
public static String getToken(int caller, int index)
public static boolean isParsable(String role)
public int parseText(String role, String text, String encoding) throws IOException
IOExceptionCopyright © 2015 JBoss.org. All Rights Reserved.