Uses of Interface
org.analogweb.Invocation
-
Packages that use Invocation Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of Invocation in org.analogweb
Methods in org.analogweb that return Invocation Modifier and Type Method Description Invocation
InvocationFactory. createInvocation(ContainerAdaptor instanceProvider, InvocationMetadata metadata, RequestContext request, ResponseContext response, TypeMapperContext typeMapperContext, RequestValueResolvers resolvers)
Create newInvocation
.Methods in org.analogweb with parameters of type Invocation Modifier and Type Method Description Object
Invoker. invoke(Invocation invocation, InvocationMetadata metadata, RequestContext request, ResponseContext response)
Object
InvocationInterceptor. onInvoke(Invocation invocation, InvocationMetadata metadata)
-
Uses of Invocation in org.analogweb.core
Classes in org.analogweb.core that implement Invocation Modifier and Type Class Description class
DefaultInvocation
Methods in org.analogweb.core that return Invocation Modifier and Type Method Description Invocation
DefaultInvocationFactory. createInvocation(ContainerAdaptor instanceProvider, InvocationMetadata metadata, RequestContext context, ResponseContext responseContext, TypeMapperContext converters, RequestValueResolvers handlers)
Methods in org.analogweb.core with parameters of type Invocation Modifier and Type Method Description Object
DefaultInvoker. invoke(Invocation invocation, InvocationMetadata metadata, RequestContext request, ResponseContext response)
Object
AbstractInvocationInterceptor. onInvoke(Invocation invocation, InvocationMetadata metadata)
-