Uses of Interface
org.analogweb.RequestPath
-
Packages that use RequestPath Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of RequestPath in org.analogweb
Methods in org.analogweb that return RequestPath Modifier and Type Method Description RequestPath
RequestContext. getRequestPath()
Methods in org.analogweb with parameters of type RequestPath Modifier and Type Method Description boolean
RequestPathMetadata. match(RequestPath requestPath)
Check ownRequestPath
match assigned one.Object
ApplicationProcessor. preMatching(MutableRequestContext request, RequestPath path)
Interrupt before matching requested URI.Response
Application. processRequest(RequestPath path, RequestContext context, ResponseContext responseContext)
Process request.void
MutableRequestContext. setRequestPath(RequestPath path)
-
Uses of RequestPath in org.analogweb.core
Classes in org.analogweb.core that implement RequestPath Modifier and Type Class Description class
DefaultRequestPath
Default implementation ofRequestPath
.Methods in org.analogweb.core that return RequestPath Modifier and Type Method Description RequestPath
AbstractRequestContext. getRequestPath()
RequestPath
RequestContextWrapper. getRequestPath()
Methods in org.analogweb.core with parameters of type RequestPath Modifier and Type Method Description boolean
DefaultRequestPath. match(RequestPath requestPath)
boolean
RequestPathDefinition. match(RequestPath requestPath)
Object
AbstractApplicationProcessor. preMatching(MutableRequestContext request, RequestPath path)
protected void
WebApplication. preMatching(List<ApplicationProcessor> processors, MutableRequestContext request, RequestPath requestedPath)
Response
WebApplication. processRequest(RequestPath requestedPath, RequestContext requestContext, ResponseContext responseContext)
void
DefaultMutableRequestContext. setRequestPath(RequestPath path)
Constructors in org.analogweb.core with parameters of type RequestPath Constructor Description AbstractRequestContext(RequestPath requestPath, Locale defaultLocale)
-