Uses of Interface
org.analogweb.Module
-
Packages that use Module Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of Module in org.analogweb
Subinterfaces of Module in org.analogweb Modifier and Type Interface Description interface
ApplicationProcessor
Interrupt application phases.interface
AttributesHandler
interface
ContainerAdaptor
Facade of a instance container like Spring,Guice,CDI and so on.interface
ContainerAdaptorFactory<T extends ContainerAdaptor>
Factory ofContainerAdaptor
.interface
ExceptionHandler
HandleThrowable
that caused by invoking route method.interface
ExceptionMapper
interface
InvocationFactory
Factory ofInvocation
.interface
InvocationInterceptor
interface
InvocationMetadataFactory
Factory ofInvocationMetadata
from class metadatas.interface
InvocationMetadataFinder
Finder strategy ofInvocationMetadata
fromRouteRegistry
sinterface
Invoker
Entry-pointInvocation
.interface
InvokerFactory
Factory ofInvoker
interface
MultiModule
A Definable multipleModule
.interface
RenderableResolver
ResolveRenderable
from result of entry-point invocation.interface
RequestValueResolver
Resolve variables from application states or passed by request or another.interface
ResponseFormatter
Formatter forRenderable
.interface
ResponseHandler
HandleRenderable
.interface
TypeMapper
interface
TypeMapperContext
-
Uses of Module in org.analogweb.core
Subinterfaces of Module in org.analogweb.core Modifier and Type Interface Description interface
SpecificMediaTypeRequestValueResolver
-