OOP FormGenerator Version 2.1

com.oopreserch.web
Class UrlEncodeShiftJis

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

public class UrlEncodeShiftJis
extends UrlEncodeAscii

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

For details, please look into:


Author:
Jun Inamori

Constructor Summary
UrlEncodeShiftJis()
           
 
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

UrlEncodeShiftJis

public UrlEncodeShiftJis()

OOP FormGenerator Version 2.1

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