com.lamatek.tags.google.beans
Class EscapeChars

java.lang.Object
  extended by com.lamatek.tags.google.beans.EscapeChars
All Implemented Interfaces:
java.io.Serializable

public final class EscapeChars
extends java.lang.Object
implements java.io.Serializable

EscapeChars

Version:
0.40 This class simply escapes HTML content so it renders properly when included in the body of a GoogleMapInfoWidowTag (<googlemaps:infowindow>).
Author:
Tom Cole
See Also:
Serialized Form

Constructor Summary
EscapeChars()
           
 
Method Summary
static java.lang.String escape(java.lang.String text)
          Accepts a string and returns an escaped string for use within a GoogleMapInfoWindowTag (<googlemaps:infowindow>).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EscapeChars

public EscapeChars()
Method Detail

escape

public static java.lang.String escape(java.lang.String text)
Accepts a string and returns an escaped string for use within a GoogleMapInfoWindowTag (<googlemaps:infowindow>).

Parameters:
text - The original HTML text.
Returns:
An escaped version of the original text.