Uses of Class
org.apache.turbine.services.intake.xmlmodel.XmlField

Packages that use XmlField
org.apache.turbine.services.intake.model   
org.apache.turbine.services.intake.transform   
org.apache.turbine.services.intake.xmlmodel   
 

Uses of XmlField in org.apache.turbine.services.intake.model
 

Methods in org.apache.turbine.services.intake.model with parameters of type XmlField
static Field FieldFactory.getInstance(XmlField f, Group g)
          Creates a Field object appropriate for the type specified in the xml file.
 Field FieldFactory.FieldCtor.getInstance(XmlField f, Group g)
           
 

Constructors in org.apache.turbine.services.intake.model with parameters of type XmlField
Field(XmlField field, Group group)
          Constructs a field based on data in the xml specification and assigns it to a Group.
BooleanField(XmlField field, Group group)
           
IntegerField(XmlField field, Group group)
           
BigDecimalField(XmlField field, Group group)
           
NumberKeyField(XmlField field, Group group)
           
ComboKeyField(XmlField field, Group group)
           
StringField(XmlField field, Group group)
           
 

Uses of XmlField in org.apache.turbine.services.intake.transform
 

Fields in org.apache.turbine.services.intake.transform declared as XmlField
private  XmlField XmlToAppData.currField
           
 

Uses of XmlField in org.apache.turbine.services.intake.xmlmodel
 

Fields in org.apache.turbine.services.intake.xmlmodel declared as XmlField
private  XmlField Rule.parent
           
 

Methods in org.apache.turbine.services.intake.xmlmodel that return XmlField
 XmlField Rule.getField()
          Get the parent Field of the rule
 XmlField XmlGroup.addField(org.xml.sax.Attributes attrib)
          A utility function to create a new field from attrib and add it to this input group.
 XmlField XmlGroup.getField(java.lang.String name)
          Returns a Specified field.
 

Methods in org.apache.turbine.services.intake.xmlmodel with parameters of type XmlField
 void Rule.setField(XmlField parent)
          Set the parent Field of the rule
 void XmlGroup.addField(XmlField field)
          Adds a new field to the fields list and set the parent group of the field to the current group
 boolean XmlGroup.containsField(XmlField field)
          Returns true if the input group contains a spesified field
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.