Uses of Interface
org.analogweb.PreparedInvocationArguments
-
Packages that use PreparedInvocationArguments Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of PreparedInvocationArguments in org.analogweb
Subinterfaces of PreparedInvocationArguments in org.analogweb Modifier and Type Interface Description interface
InvocationArguments
Parameters ofInvocation.invoke()
.Methods in org.analogweb with parameters of type PreparedInvocationArguments Modifier and Type Method Description Object
ApplicationProcessor. processException(Exception ex, RequestContext request, PreparedInvocationArguments args, InvocationMetadata metadata)
Interrupt after cause exception when executeApplication
. -
Uses of PreparedInvocationArguments in org.analogweb.core
Classes in org.analogweb.core that implement PreparedInvocationArguments Modifier and Type Class Description class
DefaultInvocation
Methods in org.analogweb.core with parameters of type PreparedInvocationArguments Modifier and Type Method Description Object
AbstractApplicationProcessor. processException(Exception ex, RequestContext request, PreparedInvocationArguments args, InvocationMetadata metadata)
-