|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--objectivehtml.struts.InvokeMethod
This class holds a list of directives for a invoke-method configuration.
| Constructor Summary | |
InvokeMethod()
|
|
| Method Summary | |
MethodParams |
getMethodParams()
Gets the MethodParams object. |
java.lang.String |
getMethodSignature()
Gets the MethodSignature of the method to be called. |
java.lang.String |
getSessionRef()
Gets the session name that the object to be invoked is bound with. |
void |
setMethodParams(MethodParams objMethodParams)
Sets the MethodParams object. |
void |
setMethodSignature(java.lang.String sMethodSignature)
Sets the MethodSignature of the method to be called. |
void |
setSessionRef(java.lang.String sSessionRef)
Sets the session name that the object to be invoked is bound with. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InvokeMethod()
| Method Detail |
public void setMethodSignature(java.lang.String sMethodSignature)
sMethodSignature - the form MethodSignaturepublic java.lang.String getMethodSignature()
public void setSessionRef(java.lang.String sSessionRef)
sSessionRef - the session namepublic java.lang.String getSessionRef()
public void setMethodParams(MethodParams objMethodParams)
clMethodParams - a collection of MethodParam objectspublic MethodParams getMethodParams()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||