|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.webobjects.woextensions
Class WOMethodInvocation

java.lang.ObjectWODynamicElement
com.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)
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WODynamicElement