Class AnnotationBasedRoutingHandlerFactory.AnnotationBasedRoutingHandler
- java.lang.Object
-
- org.teamapps.ux.session.navigation.AnnotationBasedRoutingHandlerFactory.AnnotationBasedRoutingHandler
-
- All Implemented Interfaces:
RoutingHandler
- Enclosing class:
- AnnotationBasedRoutingHandlerFactory
public static class AnnotationBasedRoutingHandlerFactory.AnnotationBasedRoutingHandler extends java.lang.Object implements RoutingHandler
-
-
Constructor Summary
Constructors Constructor Description AnnotationBasedRoutingHandler(org.teamapps.ux.session.navigation.AnnotationBasedRoutingHandlerFactory.RoutingMethodInfo routingMethodInfo, java.lang.Object annotatedClassInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPathTemplate()voidhandle(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> pathParams, java.util.Map<java.lang.String,java.lang.String> queryParams)booleanisExact()
-
-
-
Method Detail
-
handle
public void handle(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> pathParams, java.util.Map<java.lang.String,java.lang.String> queryParams)- Specified by:
handlein interfaceRoutingHandler- Parameters:
path- full pathpathParams- all path parameters of the whole path templatequeryParams- all query parameters
-
getPathTemplate
public java.lang.String getPathTemplate()
-
isExact
public boolean isExact()
-
-