|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.impl.utils.ArgumentValidator net.ontopia.topicmaps.webed.impl.utils.ActionSignature
public class ActionSignature
INTERNAL.
Field Summary |
---|
Fields inherited from class net.ontopia.topicmaps.impl.utils.ArgumentValidator |
---|
arguments, typenames |
Method Summary | |
---|---|
Argument |
getArgument(int ix)
INTERNAL: Returns an Argument object representing the argument at this position in the signature. |
static ActionSignature |
getSignature(java.lang.String sign)
|
java.lang.Class[] |
getTypes(int ix)
|
void |
validateArguments(ActionParametersIF params,
ActionIF action)
|
Methods inherited from class net.ontopia.topicmaps.impl.utils.ArgumentValidator |
---|
getClassList, getClassName, getClassName, interpretCharacter, makeSignature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ActionSignature getSignature(java.lang.String sign) throws ActionRuntimeException
ActionRuntimeException
public void validateArguments(ActionParametersIF params, ActionIF action) throws ActionRuntimeException
ActionRuntimeException
public java.lang.Class[] getTypes(int ix)
getTypes
in class ArgumentValidator
public Argument getArgument(int ix)
ArgumentValidator
getArgument
in class ArgumentValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |