Uses of Interface
org.analogweb.InvocationArguments
-
Packages that use InvocationArguments Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of InvocationArguments in org.analogweb
Methods in org.analogweb that return InvocationArguments Modifier and Type Method Description InvocationArguments
Invocation. getInvocationArguments()
Methods in org.analogweb with parameters of type InvocationArguments Modifier and Type Method Description void
ApplicationProcessor. postInvoke(Object invocationResult, InvocationArguments args, InvocationMetadata metadata, RequestContext context, RequestValueResolvers resolvers)
Interrupt after executeApplication
.Object
ApplicationProcessor. prepareInvoke(InvocationArguments args, InvocationMetadata metadata, RequestContext context, TypeMapperContext converters, RequestValueResolvers resolvers)
Interrupt before invokingInvocation
. -
Uses of InvocationArguments in org.analogweb.core
Classes in org.analogweb.core that implement InvocationArguments Modifier and Type Class Description class
DefaultInvocation
Methods in org.analogweb.core that return InvocationArguments Modifier and Type Method Description InvocationArguments
DefaultInvocation. getInvocationArguments()
-