OOP FormGenerator Version 3.1

com.oopreserch.web
Class FormValueBreakerFactory

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

public class FormValueBreakerFactory
extends java.lang.Object

Used by Form to get the specified implementation of FormValueBreaker.

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 FormValueBreaker interface. The key in this property resource file can be specified as the value of break.type attribute of d.value element in the XML. Then, the corresponding FormValueBreaker implementation will be used to replace the line separator with the specific tag for the String to be 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 FormValueBreaker, 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 3.1

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