public class DefaultInvocationMetadata extends Object implements InvocationMetadata
InvocationMetadata
の既定の実装です。Constructor and Description |
---|
DefaultInvocationMetadata(Class<?> actionClass,
String methodName,
Class<?>[] argumentType,
RequestPathMetadata definedPath) |
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getArgumentTypes()
実行対象のエントリポイントのメソッドの引数の型を取得します。
|
RequestPathMetadata |
getDefinedPath()
このエントリポイントがマッピングされているパスを表す
RequestPathMetadata を取得します。 |
Class<?> |
getInvocationClass()
実行対象のエントリポイントを保持する
Class を取得します。 |
String |
getMethodName()
実行対象のエントリポイントのメソッド名を取得します。
|
String |
toString() |
public DefaultInvocationMetadata(Class<?> actionClass, String methodName, Class<?>[] argumentType, RequestPathMetadata definedPath)
public Class<?> getInvocationClass()
InvocationMetadata
Class
を取得します。getInvocationClass
in interface InvocationMetadata
Class
public String getMethodName()
InvocationMetadata
getMethodName
in interface InvocationMetadata
public Class<?>[] getArgumentTypes()
InvocationMetadata
getArgumentTypes
in interface InvocationMetadata
public RequestPathMetadata getDefinedPath()
InvocationMetadata
RequestPathMetadata
を取得します。getDefinedPath
in interface InvocationMetadata
RequestPathMetadata
Copyright © 2014 Analog Web Framework Development Team. All Rights Reserved.