|
Log4j 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.helpers.Transform
Utility class for transforming strings.
Constructor Summary | |
Transform()
|
Method Summary | |
static String |
escapeTags(String input)
This method takes a string which may contain HTML tags (ie, , , etc) and converts the '<' and '>' characters to their HTML escape sequences. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Transform()
Method Detail |
public static String escapeTags(String input)
|
Log4j 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |