public interface Routes extends Serializable
Routes setExtensions(Extensions extensions)
Routes setIocAdapter(IocAdapter iocAdapter)
Routes setWebSocketListenerFactory(WebSocketListenerFactory factory)
Routes any(NoParamRouteWithContext route)
Routes anyGet(NoParamRouteWithContext route)
Routes get(String uriPattern, NoParamRoute route)
Routes get(String uriPattern, NoParamRouteWithContext route)
Routes get(String uriPattern, OneParamRoute route)
Routes get(String uriPattern, TwoParamsRoute route)
Routes get(String uriPattern, ThreeParamsRoute route)
Routes get(String uriPattern, FourParamsRoute route)
Routes anyHead(NoParamRouteWithContext route)
Routes head(String uriPattern, NoParamRoute route)
Routes head(String uriPattern, NoParamRouteWithContext route)
Routes head(String uriPattern, OneParamRoute route)
Routes head(String uriPattern, TwoParamsRoute route)
Routes head(String uriPattern, ThreeParamsRoute route)
Routes head(String uriPattern, FourParamsRoute route)
Routes anyPost(NoParamRouteWithContext route)
Routes post(String uriPattern, NoParamRoute route)
Routes post(String uriPattern, NoParamRouteWithContext route)
Routes post(String uriPattern, OneParamRoute route)
Routes post(String uriPattern, TwoParamsRoute route)
Routes post(String uriPattern, ThreeParamsRoute route)
Routes post(String uriPattern, FourParamsRoute route)
Routes anyPut(NoParamRouteWithContext route)
Routes put(String uriPattern, NoParamRoute route)
Routes put(String uriPattern, NoParamRouteWithContext route)
Routes put(String uriPattern, OneParamRoute route)
Routes put(String uriPattern, TwoParamsRoute route)
Routes put(String uriPattern, ThreeParamsRoute route)
Routes put(String uriPattern, FourParamsRoute route)
Routes anyOptions(NoParamRouteWithContext route)
Routes options(String uriPattern, NoParamRoute route)
Routes options(String uriPattern, NoParamRouteWithContext route)
Routes options(String uriPattern, OneParamRoute route)
Routes options(String uriPattern, TwoParamsRoute route)
Routes options(String uriPattern, ThreeParamsRoute route)
Routes options(String uriPattern, FourParamsRoute route)
Routes anyDelete(NoParamRouteWithContext route)
Routes delete(String uriPattern, NoParamRoute route)
Routes delete(String uriPattern, NoParamRouteWithContext route)
Routes delete(String uriPattern, OneParamRoute route)
Routes delete(String uriPattern, TwoParamsRoute route)
Routes delete(String uriPattern, ThreeParamsRoute route)
Routes delete(String uriPattern, FourParamsRoute route)
<T extends Annotation> Routes registerAroundAnnotation(Class<T> annotationType, ApplyAroundAnnotation<T> apply)
<T extends Annotation> Routes registerAroundAnnotation(Class<T> annotationType, Class<? extends ApplyAroundAnnotation<T>> applyType)
<T extends Annotation> Routes registerAfterAnnotation(Class<T> annotationType, ApplyAfterAnnotation<T> apply)
<T extends Annotation> Routes registerAfterAnnotation(Class<T> annotationType, Class<? extends ApplyAfterAnnotation<T>> applyType)
RoutesWithPattern url(String uriPattern)
Copyright © 2015. All Rights Reserved.