BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class EntityEscape

java.lang.Object
  |
  +--weblogic.html.EntityEscape

public class EntityEscape
extends java.lang.Object

Class for HTML 3.2 escaped entities for the ISO 8859-1 (Latin 1) character set. Note that, due to an oversight, HTML 3.2 does not include the quot entity.

Not all browsers currently support all escaped entities. In particular, Macintosh browsers display the following 14 characters incorrectly: the broken vertical bar (¦), superscript 1 (¹), 2 (²) and 3 (³), quarter (¼), half (½), three quarters (¾), uppercase (Ð) and lowercase eth (ð), uppercase (Þ) and lowercase thorn (þ), uppercase (Ý) and lowercase y acute (ý) and the multiplication sign (×).

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
EntityEscape()
           
 
Method Summary
static java.lang.String escapeString(java.lang.String s)
          Escapes the specified string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityEscape

public EntityEscape()
Method Detail

escapeString

public static java.lang.String escapeString(java.lang.String s)
Escapes the specified string.

Documentation is available at
http://www.weblogic.com/docs51