objectivehtml.struts
Class CreateForms

java.lang.Object
  |
  +--objectivehtml.struts.CreateForms

public class CreateForms
extends java.lang.Object

This class holds a list of create-form directives.


Constructor Summary
CreateForms()
           
 
Method Summary
 void addCreateForm(CreateForm objCreateForm)
          Adds a new create-form directive object.
 java.util.Collection getCreateForms()
          Returns a collection of the CreateForm objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateForms

public CreateForms()
Method Detail

addCreateForm

public void addCreateForm(CreateForm objCreateForm)
Adds a new create-form directive object.
Parameters:
objCreateForm - a create-form object to add

getCreateForms

public java.util.Collection getCreateForms()
Returns a collection of the CreateForm objects.
Returns:
a shallow copy of the list