objectivehtml.struts
Class InvokeMethods

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

public class InvokeMethods
extends java.lang.Object

This class holds a list of invoke-method directives.


Constructor Summary
InvokeMethods()
           
 
Method Summary
 void addInvokeMethod(InvokeMethod objInvokeMethod)
          Adds a new invoke-method directive object.
 java.util.Collection getInvokeMethods()
          Returns a collection of the InvokeMethod objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeMethods

public InvokeMethods()
Method Detail

addInvokeMethod

public void addInvokeMethod(InvokeMethod objInvokeMethod)
Adds a new invoke-method directive object.
Parameters:
objInvokeMethod - a invoke-method object to add

getInvokeMethods

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