Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOMethodInvocation  view WOMethodInvocation download WOMethodInvocation.java

java.lang.Object
  extended byWODynamicElement
      extended bycom.webobjects.woextensions.WOMethodInvocation

public class WOMethodInvocation
extends WODynamicElement


Field Summary
protected  WOAssociation _invoke
           
 
Constructor Summary
WOMethodInvocation(java.lang.String aName, NSDictionary associations, WOElement template)
           
 
Method Summary
 void appendToResponse(WOResponse aResponse, WOContext aContext)
           
 WOActionResults invokeAction(WORequest aRequest, WOContext aContext)
           
 void takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_invoke

protected WOAssociation _invoke
Constructor Detail

WOMethodInvocation

public WOMethodInvocation(java.lang.String aName,
                          NSDictionary associations,
                          WOElement template)
Method Detail

appendToResponse

public void appendToResponse(WOResponse aResponse,
                             WOContext aContext)

takeValuesFromRequest

public void takeValuesFromRequest(WORequest aRequest,
                                  WOContext aContext)

invokeAction

public WOActionResults invokeAction(WORequest aRequest,
                                    WOContext aContext)