Package io.varhttp.parameterhandlers
Class RequestParametersHandler
java.lang.Object
io.varhttp.parameterhandlers.RequestParametersHandler
- All Implemented Interfaces:
- IParameterHandlerMatcher,- Comparable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetHandlerIfMatches(Method method, Parameter parameter, String path, String classPath) intMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.varhttp.parameterhandlers.IParameterHandlerMatchercompareTo
- 
Constructor Details- 
RequestParametersHandlerpublic RequestParametersHandler()
 
- 
- 
Method Details- 
getPrioritypublic int getPriority()- Specified by:
- getPriorityin interface- IParameterHandlerMatcher
 
- 
getHandlerIfMatchespublic IParameterHandler getHandlerIfMatches(Method method, Parameter parameter, String path, String classPath) - Specified by:
- getHandlerIfMatchesin interface- IParameterHandlerMatcher
 
 
-