Uses of Interface
org.analogweb.InvocationMetadataFinder
-
Packages that use InvocationMetadataFinder Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of InvocationMetadataFinder in org.analogweb
Methods in org.analogweb that return types with arguments of type InvocationMetadataFinder Modifier and Type Method Description List<InvocationMetadataFinder>
Modules. getInvocationMetadataFinders()
Methods in org.analogweb with parameters of type InvocationMetadataFinder Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addInvocationMetadataFinder(InvocationMetadataFinder... invocationMetadataFinder)
Method parameters in org.analogweb with type arguments of type InvocationMetadataFinder Modifier and Type Method Description ModulesBuilder
ModulesBuilder. addInvocationMetadataFinderClass(Class<? extends InvocationMetadataFinder> invocationMetadataFinderClass)
InvocationMetadata
RouteRegistry. findInvocationMetadata(RequestContext requestContext, List<InvocationMetadataFinder> finders)
Find matchedInvocationMetadata
. -
Uses of InvocationMetadataFinder in org.analogweb.core
Classes in org.analogweb.core that implement InvocationMetadataFinder Modifier and Type Class Description class
AbstractInvocationMetadataFinder
class
DefaultInvocationMetadataFinder
Default implementation ofInvocationMetadataFinder
Methods in org.analogweb.core that return types with arguments of type InvocationMetadataFinder Modifier and Type Method Description protected List<Class<? extends InvocationMetadataFinder>>
DefaultModulesBuilder. getInvocationMetadataFinderClasses()
Methods in org.analogweb.core with parameters of type InvocationMetadataFinder Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addInvocationMetadataFinder(InvocationMetadataFinder... invocationMetadataFinder)
Method parameters in org.analogweb.core with type arguments of type InvocationMetadataFinder Modifier and Type Method Description ModulesBuilder
DefaultModulesBuilder. addInvocationMetadataFinderClass(Class<? extends InvocationMetadataFinder> actionMethodMetadataFinderClass)
InvocationMetadata
DefaultRouteRegistry. findInvocationMetadata(RequestContext requestContext, List<InvocationMetadataFinder> finders)
-