All Packages Class Hierarchy This Package Previous Next Index
Class com.lgeds.jdf.jsp.HtmlUtility
java.lang.Object
|
+----com.lgeds.jdf.jsp.HtmlUtility
- public class HtmlUtility
- extends Object
- Author:
- WonYoung Lee, wyounglee@lgeds.lg.co.kr.
-
translate(String)
- Translates special strings into special HTML tag format.
translate
public static String translate(String s)
- Translates special strings into special HTML tag format.
& --> &
< --> <
> --> >
" --> "
' --> '
-----------------------------------------------------------------
see http://power.lgeds.lg.co.kr/~java/bbs/read.cgi?b=www&c=r_p&n=934284565
see http://developer.netscape.com/docs/manuals/htmlguid/tags22.htm#1819476
- Parameters:
- s - java.lang.String
- Returns:
- the translated string.
All Packages Class Hierarchy This Package Previous Next Index