OOP FormGenerator Version 2.1

com.oopreserch.web
Class UrlEncodeUtf8

java.lang.Object
  |
  +--com.oopreserch.web.UrlEncodeAscii
        |
        +--com.oopreserch.web.UrlEncodeUtf8
All Implemented Interfaces:
FormValueEscaper

public class UrlEncodeUtf8
extends UrlEncodeAscii

The implementation of FormValueEscaper interface. By UTF-8, the given String will be URL-encoded.

For details, please look into:


Author:
Jun Inamori

Constructor Summary
UrlEncodeUtf8()
           
 
Methods inherited from class com.oopreserch.web.UrlEncodeAscii
getEscaped
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlEncodeUtf8

public UrlEncodeUtf8()

OOP FormGenerator Version 2.1

ALL CONTENTS COPYRIGHT 2002, Jun Inamori. All rights reserved.
Any questions and comments are welcome to Jun Inamori.