org.radeox.util
Class Encoder

java.lang.Object
  |
  +--org.radeox.util.Encoder

public class Encoder
extends java.lang.Object


Constructor Summary
Encoder()
           
 
Method Summary
static java.lang.String escape(java.lang.String url)
          Encoder special characters that may occur in a URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encoder

public Encoder()
Method Detail

escape

public static java.lang.String escape(java.lang.String url)
Encoder special characters that may occur in a URL.

Parameters:
url - the original url string
Returns:
the escaped string


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.