Skip navigation links
A G H I M P R T W 

A

addRoute(String, T, List<String>) - Method in class me.geso.routes.WebRouter
Register new route.

G

get(String, T) - Method in class me.geso.routes.WebRouter
Register new route.
getCaptured() - Method in class me.geso.routes.RoutingResult
Get captured variables in Map.
getDestination() - Method in class me.geso.routes.HttpRoute
 
getDestination() - Method in class me.geso.routes.RoutingResult
Get destination object.
getMethods() - Method in class me.geso.routes.HttpRoute
 
getPath() - Method in class me.geso.routes.HttpRoute
 
getPatterns() - Method in class me.geso.routes.WebRouter
 

H

HttpRoute<T> - Class in me.geso.routes
HTTP route.
HttpRoute(String, T, List<String>) - Constructor for class me.geso.routes.HttpRoute
Create new instance.

I

isEmpty() - Method in class me.geso.routes.WebRouter
 

M

match(String, String) - Method in class me.geso.routes.HttpRoute
 
match(String, String) - Method in class me.geso.routes.WebRouter
Get the path information destination.
me.geso.routes - package me.geso.routes
 
methodAllowed - Variable in class me.geso.routes.RoutingResult
 
methodAllowed() - Method in class me.geso.routes.RoutingResult
This method returns true if it denied by HTTP method mismatch.

P

post(String, T) - Method in class me.geso.routes.WebRouter
Register new route.

R

RoutingResult<T> - Class in me.geso.routes
 
RoutingResult(boolean, T, LinkedHashMap<String, String>) - Constructor for class me.geso.routes.RoutingResult
 

T

toString() - Method in class me.geso.routes.HttpRoute
 
toString() - Method in class me.geso.routes.WebRouter
 

W

WebRouter<T> - Class in me.geso.routes
 
WebRouter() - Constructor for class me.geso.routes.WebRouter
 
A G H I M P R T W 
Skip navigation links

Copyright © 2015. All rights reserved.