org.apache.turbine.services.intake.model
Class FieldFactory

java.lang.Object
  |
  +--org.apache.turbine.services.intake.model.FieldFactory

public abstract class FieldFactory
extends java.lang.Object

Creates Field objects.

Version:
$Id: FieldFactory.java,v 1.4 2002/07/11 13:21:40 mpoeschl Exp $
Author:
Constructor Summary
FieldFactory()
           
 
Method Summary
static Field getInstance(XmlField f, Group g)
          Creates a Field object appropriate for the type specified in the xml file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFactory

public FieldFactory()
Method Detail

getInstance

public static final Field getInstance(XmlField f,
                                      Group g)
                               throws java.lang.Exception
Creates a Field object appropriate for the type specified in the xml file.
Parameters:
f - a XmlField value
Returns:
a Field value


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.