OOP FormGenerator Version 2.1

com.oopreserch.web
Class FormValueEscaperFactory

java.lang.Object
  |
  +--com.oopreserch.web.FormValueEscaperFactory

public class FormValueEscaperFactory
extends java.lang.Object

Used by Form to get the specified implementation of FormValueEscaper.

This class loads all the classes listed in:

The value in this property resource file must be the fully qualified class name of the implementation of FormValueEscaper interface. The key in this property resource file can be specified as the value of escape.type attribute of d.value element in the XML. Then, the corresponding FormValueEscaper implementation will be used to escape the String inserted.

This class creates only one single instance for each class listed in the property resource file. And all these instances are kept in the pool of this class.

Anyway, you need not be concerned with this class at all. The instance of Form asks this class to return the intended instance of FormValueEscaper, and that all.

Since:
2.0
Author:
Jun Inamori

See Also:
Form,


Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


OOP FormGenerator Version 2.1

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