Uses of Class
nablarch.fw.NoMoreHandlerException
-
Uses of NoMoreHandlerException in nablarch.fw
Modifier and TypeMethodDescription<TData,
TResult>
Handler<TData,TResult> ExecutionContext.getNextHandler()
ハンドラキュー上の次のハンドラを取得する。<TData,
TResult>
TResultExecutionContext.handleNext
(TData data) ハンドラキュー上の次のハンドラに処理を委譲する。