Uses of Interface
org.analogweb.MultiModule
-
Packages that use MultiModule Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of MultiModule in org.analogweb
Subinterfaces of MultiModule in org.analogweb Modifier and Type Interface Description interface
ApplicationProcessor
Interrupt application phases.interface
AttributesHandler
interface
ExceptionMapper
interface
InvocationInterceptor
interface
InvocationMetadataFactory
Factory ofInvocationMetadata
from class metadatas.interface
InvocationMetadataFinder
Finder strategy ofInvocationMetadata
fromRouteRegistry
sinterface
RequestValueResolver
Resolve variables from application states or passed by request or another.interface
ResponseFormatter
Formatter forRenderable
.Methods in org.analogweb with type parameters of type MultiModule Modifier and Type Method Description <T extends MultiModule>
booleanMultiModule.Filter. isAppreciable(T aMultiModule)
Method parameters in org.analogweb with type arguments of type MultiModule Modifier and Type Method Description ModulesBuilder
ModulesBuilder. ignore(Class<? extends MultiModule> multiModuleClass)
-
Uses of MultiModule in org.analogweb.core
Subinterfaces of MultiModule in org.analogweb.core Modifier and Type Interface Description interface
SpecificMediaTypeRequestValueResolver
Methods in org.analogweb.core that return types with arguments of type MultiModule Modifier and Type Method Description protected List<Class<? extends MultiModule>>
DefaultModulesBuilder. getIgnoringClasses()
Method parameters in org.analogweb.core with type arguments of type MultiModule Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. ignore(Class<? extends MultiModule> multiModuleClass)
-