Uses of Interface
org.analogweb.MutableRequestContext
-
Packages that use MutableRequestContext Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of MutableRequestContext in org.analogweb
Methods in org.analogweb with parameters of type MutableRequestContext Modifier and Type Method Description Object
ApplicationProcessor. preMatching(MutableRequestContext request, RequestPath path)
Interrupt before matching requested URI. -
Uses of MutableRequestContext in org.analogweb.core
Classes in org.analogweb.core that implement MutableRequestContext Modifier and Type Class Description class
DefaultMutableRequestContext
Methods in org.analogweb.core with parameters of type MutableRequestContext Modifier and Type Method Description Object
AbstractApplicationProcessor. preMatching(MutableRequestContext request, RequestPath path)
protected void
WebApplication. preMatching(List<ApplicationProcessor> processors, MutableRequestContext request, RequestPath requestedPath)
-