Uses of Interface
org.analogweb.Precedence
-
Packages that use Precedence Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of Precedence in org.analogweb
Subinterfaces of Precedence in org.analogweb Modifier and Type Interface Description interface
ApplicationProcessor
Interrupt application phases.interface
InvocationInterceptor
interface
InvocationMetadataFinder
Finder strategy ofInvocationMetadata
fromRouteRegistry
s -
Uses of Precedence in org.analogweb.core
Classes in org.analogweb.core with type parameters of type Precedence Modifier and Type Class Description class
PrecedenceComparator<T extends Precedence>
Classes in org.analogweb.core that implement Precedence Modifier and Type Class Description class
AbstractApplicationProcessor
class
AbstractInvocationInterceptor
class
AbstractInvocationMetadataFinder
class
BindAttributeArgumentPreparator
class
ConsumesMediaTypeVerifier
class
DefaultInvocationMetadataFinder
Default implementation ofInvocationMetadataFinder
class
ScopedMapArgumentPreparator
-