Uses of Interface
org.analogweb.RequestPathMetadata
-
Packages that use RequestPathMetadata Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of RequestPathMetadata in org.analogweb
Subinterfaces of RequestPathMetadata in org.analogweb Modifier and Type Interface Description interface
RequestPath
A path actually requested.Methods in org.analogweb that return RequestPathMetadata Modifier and Type Method Description RequestPathMetadata
InvocationMetadata. getDefinedPath()
Method parameters in org.analogweb with type arguments of type RequestPathMetadata Modifier and Type Method Description InvocationMetadata
InvocationMetadataFinder. find(Map<RequestPathMetadata,InvocationMetadata> metadatas, RequestContext request)
-
Uses of RequestPathMetadata in org.analogweb.core
Classes in org.analogweb.core that implement RequestPathMetadata Modifier and Type Class Description class
AbstractRequestPathMetadata
class
DefaultRequestPath
Default implementation ofRequestPath
.class
RequestPathDefinition
DefineRequestPath
that enable entry-point to invoke.Fields in org.analogweb.core declared as RequestPathMetadata Modifier and Type Field Description static RequestPathMetadata
RequestPathDefinition. EMPTY
Methods in org.analogweb.core that return RequestPathMetadata Modifier and Type Method Description RequestPathMetadata
DefaultInvocationMetadata. getDefinedPath()
RequestPathMetadata
UnsatisfiedRequestException. getMetadata()
protected RequestPathMetadata
AnnotationInvocationMetadataFactory. newRequestPathDefinition(String root, String path, String[] methods)
protected RequestPathMetadata
AnnotationInvocationMetadataFactory. relativeRequestPath(Class<?> invocationClass, Method invocationMethod, Route typePathMapping, Route methodPathMapping)
Methods in org.analogweb.core with parameters of type RequestPathMetadata Modifier and Type Method Description protected InvocationMetadata
DefaultRouteRegistry. update(RequestPathMetadata path, InvocationMetadataFinder.Cacheable metadata)
Method parameters in org.analogweb.core with type arguments of type RequestPathMetadata Modifier and Type Method Description InvocationMetadata
DefaultInvocationMetadataFinder. find(Map<RequestPathMetadata,InvocationMetadata> metadatas, RequestContext request)
Constructors in org.analogweb.core with parameters of type RequestPathMetadata Constructor Description DefaultInvocationMetadata(Class<?> actionClass, String methodName, Class<?>[] argumentType, RequestPathMetadata definedPath)
RequestMethodUnsupportedException(RequestPathMetadata metadata, List<String> definedMethods, String requestedMethod)
UnsatisfiedRequestException(RequestPathMetadata metadata)
UnsupportedMediaTypeException(RequestPathMetadata metadata)
-