Package org.analogweb.core
Class DefaultInvocationMetadataFinder
- java.lang.Object
-
- org.analogweb.core.AbstractInvocationMetadataFinder
-
- org.analogweb.core.DefaultInvocationMetadataFinder
-
- All Implemented Interfaces:
InvocationMetadataFinder
,Module
,MultiModule
,Precedence
public class DefaultInvocationMetadataFinder extends AbstractInvocationMetadataFinder
Default implementation ofInvocationMetadataFinder
- Author:
- y2k2mt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.analogweb.InvocationMetadataFinder
InvocationMetadataFinder.Cacheable
-
Nested classes/interfaces inherited from interface org.analogweb.MultiModule
MultiModule.Filter
-
-
Field Summary
-
Fields inherited from interface org.analogweb.Precedence
HIGHEST, LOWEST
-
-
Constructor Summary
Constructors Constructor Description DefaultInvocationMetadataFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationMetadata
find(Map<RequestPathMetadata,InvocationMetadata> metadatas, RequestContext request)
-
Methods inherited from class org.analogweb.core.AbstractInvocationMetadataFinder
cacheable, getPrecedence
-
-
-
-
Method Detail
-
find
public InvocationMetadata find(Map<RequestPathMetadata,InvocationMetadata> metadatas, RequestContext request)
-
-