Package org.analogweb.core
Class AbstractInvocationMetadataFinder
- java.lang.Object
-
- org.analogweb.core.AbstractInvocationMetadataFinder
-
- All Implemented Interfaces:
InvocationMetadataFinder
,Module
,MultiModule
,Precedence
- Direct Known Subclasses:
DefaultInvocationMetadataFinder
public abstract class AbstractInvocationMetadataFinder extends Object implements InvocationMetadataFinder
- Author:
- snowgooseyk
-
-
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 AbstractInvocationMetadataFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InvocationMetadataFinder.Cacheable
cacheable(InvocationMetadata found)
int
getPrecedence()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.analogweb.InvocationMetadataFinder
find
-
-
-
-
Method Detail
-
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence
in interfacePrecedence
-
cacheable
protected InvocationMetadataFinder.Cacheable cacheable(InvocationMetadata found)
-
-