|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParamParser
A ParamParser converts from a String representation of a ControlMethod into the actual objects required to invoke that method
Method Summary | |
---|---|
java.util.List<Call> |
getMethodCalls()
Get the name of the ControlMethod we want to invoke |
java.lang.String |
getObjectName()
Get the name of the Object we want to invoke the method on |
Session |
getSession()
Get the Session that was specified in the Parameters |
void |
parse(java.lang.String in)
|
java.lang.String |
toString(java.lang.Object object)
Convert the specified Object to a String in a form that would be usable by this ParamParser |
Method Detail |
---|
void parse(java.lang.String in) throws java.lang.Exception
java.lang.Exception
java.lang.String getObjectName()
java.util.List<Call> getMethodCalls()
Session getSession()
java.lang.String toString(java.lang.Object object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |