@Published(tag="architect") public class RecordTypeBinding extends MethodBinding<DataRecord,Result>
public Result "do" + [レコードタイプ名](DataRecord record, ExecutionContext ctx);なお、メソッド名の一致判定において大文字小文字は同一視される。
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordTypeBinding.Binder
HttpMethodBindingのファクトリクラス
|
SCOPE_VAR_NAME_BOUND_CLASS, SCOPE_VAR_NAME_BOUND_METHOD| Constructor and Description |
|---|
RecordTypeBinding(java.lang.Object delegate)
コンストラクタ
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.reflect.Method |
getMethodBoundTo(DataRecord record,
ExecutionContext ctx)
入力データおよび実行コンテキストの内容に応じて、委譲対象のメソッドを決定する。
|
getDelegates, getHandleMethod, handle, qualifiesAsHandler, saveBoundClassAndMethodToRequestScopepublic RecordTypeBinding(java.lang.Object delegate)
delegate - 処理委譲対象のオブジェクトprotected java.lang.reflect.Method getMethodBoundTo(DataRecord record, ExecutionContext ctx)
getMethodBoundTo in class MethodBinding<DataRecord,Result>record - データレコードctx - 実行コンテキスト