public class ScopedMapArgumentPreparator extends AbstractApplicationProcessor
MultiModule.FilterNO_INTERRUPTIONHIGHEST, LOWEST| Constructor and Description |
|---|
ScopedMapArgumentPreparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
postInvoke(Object invocationResult,
InvocationArguments args,
InvocationMetadata metadata,
RequestContext context,
RequestValueResolvers handlers)
Interrupt after execute
Application. |
Object |
prepareInvoke(InvocationArguments args,
InvocationMetadata metadata,
RequestContext context,
TypeMapperContext converters,
RequestValueResolvers handlers)
Interrupt before invoking
Invocation. |
afterCompletion, getPrecedence, preMatching, processExceptionpublic Object prepareInvoke(InvocationArguments args, InvocationMetadata metadata, RequestContext context, TypeMapperContext converters, RequestValueResolvers handlers)
ApplicationProcessorInvocation.
Returns expect ApplicationProcessor.NO_INTERRUPTION, finish process request with return value.prepareInvoke in interface ApplicationProcessorprepareInvoke in class AbstractApplicationProcessorargs - InvocationArgumentsmetadata - InvocationMetadatacontext - RequestContextconverters - TypeMapperContexthandlers - RequestValueResolversApplicationProcessor.NO_INTERRUPTION or Renderablepublic void postInvoke(Object invocationResult, InvocationArguments args, InvocationMetadata metadata, RequestContext context, RequestValueResolvers handlers)
ApplicationProcessorApplication.
Returns expect ApplicationProcessor.NO_INTERRUPTION, finish process request with return value.postInvoke in interface ApplicationProcessorpostInvoke in class AbstractApplicationProcessorinvocationResult - Applicationの実行結果args - InvocationArgumentsmetadata - InvocationMetadatacontext - RequestContexthandlers - RequestValueResolversCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.