Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
A
absolute()
- Method in class org.resthub.web.springmvc.router.
Router.ActionDefinition
action
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Full action (ex: Application.index)
action
- Variable in class org.resthub.web.springmvc.router.
Router.ActionDefinition
action
- Variable in class org.resthub.web.springmvc.router.
Router.Route
actionMethod
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Action method name
ActionNotFoundException
- Exception in
org.resthub.web.springmvc.router.exceptions
ActionNotFoundException(String, Throwable)
- Constructor for exception org.resthub.web.springmvc.router.exceptions.
ActionNotFoundException
ActionNotFoundException(String, String)
- Constructor for exception org.resthub.web.springmvc.router.exceptions.
ActionNotFoundException
add(String, Object)
- Method in class org.resthub.web.springmvc.router.
Router.ActionDefinition
addFormat(String)
- Method in class org.resthub.web.springmvc.router.
Router.Route
addParams(String)
- Method in class org.resthub.web.springmvc.router.
Router.Route
addRef(String)
- Method in class org.resthub.web.springmvc.router.
Router.ActionDefinition
addRoute(int, String, String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a route at the given position
addRoute(int, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a route at the given position
addRoute(int, String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a route at the given position
addRoute(String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a new route.
addRoute(String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a route at the given position
addRoute(String, String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a route
appendRoute(String, String, String, String, String, String, int)
- Static method in class org.resthub.web.springmvc.router.
Router
This is used internally when reading the route file.
args
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Free space to store your request specific data
args
- Variable in class org.resthub.web.springmvc.router.
Router.ActionDefinition
C
compute()
- Method in class org.resthub.web.springmvc.router.
Router.Route
contentType
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Request content-type
controller
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Controller to invoke
controllerClass
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
The invoked controller class
current
- Static variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Bind to thread
D
date
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
When the request has been received
detectChanges(List<Resource>, String)
- Static method in class org.resthub.web.springmvc.router.
Router
domain
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Server domain
F
format
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Format (html,xml,json,text)
G
getAction()
- Method in exception org.resthub.web.springmvc.router.exceptions.
ActionNotFoundException
getAction()
- Method in exception org.resthub.web.springmvc.router.exceptions.
NoHandlerFoundException
getAction()
- Method in class org.resthub.web.springmvc.router.
Router.Route
getArgs()
- Method in exception org.resthub.web.springmvc.router.exceptions.
NoHandlerFoundException
getArgs()
- Method in class org.resthub.web.springmvc.router.
Router.Route
getBase()
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Get the request base (ex: http://localhost:9000
getContentType()
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
getDefaultValue()
- Method in class org.resthub.web.springmvc.router.
Router.Route.Arg
getErrorDescription()
- Method in exception org.resthub.web.springmvc.router.exceptions.
ActionNotFoundException
getFullUrl(String, Map<String, Object>)
- Static method in class org.resthub.web.springmvc.router.
Router
getFullUrl(String)
- Static method in class org.resthub.web.springmvc.router.
Router
getHandlerInternal(HttpServletRequest)
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
Resolves a HandlerMethod (of type RouterHandler) given the current HTTP request, using the Router instance.
getHost()
- Method in class org.resthub.web.springmvc.router.
Router.Route
getMethod()
- Method in class org.resthub.web.springmvc.router.
Router.Route
getName()
- Method in class org.resthub.web.springmvc.router.
Router.Route.Arg
getName()
- Method in class org.resthub.web.springmvc.view.velocity.
RouteDirective
Name of the Velocity directive to be called from the .vm views #route
getPath()
- Method in class org.resthub.web.springmvc.router.
Router.Route
getQueryString()
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
getRoute(String, String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
getRoute(String, String, String, String, String, String, int)
- Static method in class org.resthub.web.springmvc.router.
Router
getRoute()
- Method in class org.resthub.web.springmvc.router.support.
RouterHandler
getRouteFiles()
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
Routes configuration Files names< Injected by bean configuration (in servlet.xml)
getServletPrefix()
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
Servlet Prefix to be added in front of all routes Injected by bean configuration (in servlet.xml)
getType()
- Method in class org.resthub.web.springmvc.view.velocity.
RouteDirective
This directive is a "LINE directive", meaning it
has to be written on a single line
.
H
headers
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
HTTP Headers
host
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Server host
host
- Variable in class org.resthub.web.springmvc.router.
Router.ActionDefinition
The domain/host name.
HTTPRequestAdapter
- Class in
org.resthub.web.springmvc.router
Adapter class for HTTP class defined in Play!
HTTPRequestAdapter(HttpServletRequest)
- Constructor for class org.resthub.web.springmvc.router.
HTTPRequestAdapter
HTTPRequestAdapter.Header
- Class in
org.resthub.web.springmvc.router
HTTPRequestAdapter.Header()
- Constructor for class org.resthub.web.springmvc.router.
HTTPRequestAdapter.Header
I
initApplicationContext()
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
Inits Routes from route configuration file
invokedMethod
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
The really invoker Java methid
isSecure()
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
L
lastLoading
- Static variable in class org.resthub.web.springmvc.router.
Router
Timestamp the routes file was last loaded at.
load(List<Resource>, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Parse the routes file.
M
matches(String, String)
- Method in class org.resthub.web.springmvc.router.
Router.Route
matches(String, String, String)
- Method in class org.resthub.web.springmvc.router.
Router.Route
matches(String, String, String, String)
- Method in class org.resthub.web.springmvc.router.
Router.Route
Check if the parts of a HTTP request equal this Route.
method
- Variable in exception org.resthub.web.springmvc.router.exceptions.
NoRouteFoundException
method
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
HTTP method
method
- Variable in class org.resthub.web.springmvc.router.
Router.ActionDefinition
The HTTP method, e.g.
method
- Variable in class org.resthub.web.springmvc.router.
Router.Route
HTTP method, e.g.
N
name
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter.Header
NoHandlerFoundException
- Exception in
org.resthub.web.springmvc.router.exceptions
Exception: No handler found (during routing)
NoHandlerFoundException(String, Map<String, Object>)
- Constructor for exception org.resthub.web.springmvc.router.exceptions.
NoHandlerFoundException
NoRouteFoundException
- Exception in
org.resthub.web.springmvc.router.exceptions
Exception: No route found (during reverse routing)
NoRouteFoundException(String, String)
- Constructor for exception org.resthub.web.springmvc.router.exceptions.
NoRouteFoundException
O
org.resthub.web.springmvc.router
- package org.resthub.web.springmvc.router
org.resthub.web.springmvc.router.exceptions
- package org.resthub.web.springmvc.router.exceptions
org.resthub.web.springmvc.router.support
- package org.resthub.web.springmvc.router.support
org.resthub.web.springmvc.view.freemarker
- package org.resthub.web.springmvc.view.freemarker
org.resthub.web.springmvc.view.velocity
- package org.resthub.web.springmvc.view.velocity
P
parseRequest(HttpServletRequest)
- Static method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
path
- Variable in exception org.resthub.web.springmvc.router.exceptions.
NoRouteFoundException
path
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Request path
path
- Variable in class org.resthub.web.springmvc.router.
Router.Route
port
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
HTTP port
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)
- Method in class org.resthub.web.springmvc.view.freemarker.
RouterModelAttribute
prependRoute(String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
This one can be called to add new route.
prependRoute(String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
This one can be called to add new route.
prependRoute(String, String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
Add a new route at the beginning of the route list
Q
querystring
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
QueryString
R
reloadRoutesConfiguration()
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
Reload routes configuration at runtime.
remoteAddress
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Client address
remove(String)
- Method in class org.resthub.web.springmvc.router.
Router.ActionDefinition
render(InternalContextAdapter, Writer, Node)
- Method in class org.resthub.web.springmvc.view.velocity.
RouteDirective
Renders the directive
resolveFormat()
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Automatically resolve request format from the Accept header (in this order : html > xml > json > text)
resolveHandler(Router.Route, String, HTTPRequestAdapter)
- Method in class org.resthub.web.springmvc.router.support.
RouterHandlerResolver
Returns a proper HandlerMethod given the matching Route
reverse(String)
- Static method in class org.resthub.web.springmvc.router.
Router
reverse(String, Map<String, Object>)
- Static method in class org.resthub.web.springmvc.router.
Router
route(HTTPRequestAdapter)
- Static method in class org.resthub.web.springmvc.router.
Router
route(String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
route(String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
route(String, String, String, String)
- Static method in class org.resthub.web.springmvc.router.
Router
routeArgs
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Additinal HTTP params extracted from route
RouteDirective
- Class in
org.resthub.web.springmvc.view.velocity
#route directive for the Velocity engine.
RouteDirective()
- Constructor for class org.resthub.web.springmvc.view.velocity.
RouteDirective
RouteFileParsingException
- Exception in
org.resthub.web.springmvc.router.exceptions
Exception: Error while parsing route file
RouteFileParsingException(String)
- Constructor for exception org.resthub.web.springmvc.router.exceptions.
RouteFileParsingException
RouteFileParsingException(String, Throwable)
- Constructor for exception org.resthub.web.springmvc.router.exceptions.
RouteFileParsingException
Router
- Class in
org.resthub.web.springmvc.router
The router matches HTTP requests to action invocations.
Router()
- Constructor for class org.resthub.web.springmvc.router.
Router
Router.ActionDefinition
- Class in
org.resthub.web.springmvc.router
Router.ActionDefinition()
- Constructor for class org.resthub.web.springmvc.router.
Router.ActionDefinition
Router.Route
- Class in
org.resthub.web.springmvc.router
Router.Route()
- Constructor for class org.resthub.web.springmvc.router.
Router.Route
Router.Route.Arg
- Class in
org.resthub.web.springmvc.router
Router.Route.Arg()
- Constructor for class org.resthub.web.springmvc.router.
Router.Route.Arg
RouterHandler
- Class in
org.resthub.web.springmvc.router.support
Bears the request mapping information to be handled by the RequestMappingHandlerAdapter to invoke the corresponding Controller.action.
RouterHandler(Object, Method, Router.Route)
- Constructor for class org.resthub.web.springmvc.router.support.
RouterHandler
RouterHandlerMapping
- Class in
org.resthub.web.springmvc.router
Implementation of the
HandlerMapping
interface that maps handlers based on HTTP routes defined in a route configuration file.
RouterHandlerMapping()
- Constructor for class org.resthub.web.springmvc.router.
RouterHandlerMapping
RouterHandlerResolver
- Class in
org.resthub.web.springmvc.router.support
Resolve Controller and Action for the given route (that contains the fullAction "controller.action")
RouterHandlerResolver()
- Constructor for class org.resthub.web.springmvc.router.support.
RouterHandlerResolver
RouterModelAttribute
- Class in
org.resthub.web.springmvc.view.freemarker
An interceptor to inject an instance of
Router
into the model for all Spring MVC views.
RouterModelAttribute()
- Constructor for class org.resthub.web.springmvc.view.freemarker.
RouterModelAttribute
routes
- Static variable in class org.resthub.web.springmvc.router.
Router
routesFile
- Variable in class org.resthub.web.springmvc.router.
Router.Route
routesFileLine
- Variable in class org.resthub.web.springmvc.router.
Router.Route
S
secure
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
is HTTPS ?
secure()
- Method in class org.resthub.web.springmvc.router.
Router.ActionDefinition
setAttributeName(String)
- Method in class org.resthub.web.springmvc.view.freemarker.
RouterModelAttribute
setCachedControllers(Map<String, Object>)
- Method in class org.resthub.web.springmvc.router.support.
RouterHandlerResolver
setContentType(String)
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
setFormat(String)
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
setQueryString(String)
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
setRouteFiles(List<String>)
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
setSecure(boolean)
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
setServletPrefix(String)
- Method in class org.resthub.web.springmvc.router.
RouterHandlerMapping
star
- Variable in class org.resthub.web.springmvc.router.
Router.ActionDefinition
Whether the route contains an astericks *.
T
toString()
- Method in exception org.resthub.web.springmvc.router.exceptions.
NoHandlerFoundException
toString()
- Method in exception org.resthub.web.springmvc.router.exceptions.
NoRouteFoundException
toString()
- Method in class org.resthub.web.springmvc.router.
Router.ActionDefinition
toString()
- Method in class org.resthub.web.springmvc.router.
Router.Route
U
url
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter
Full url
url
- Variable in class org.resthub.web.springmvc.router.
Router.ActionDefinition
V
value()
- Method in class org.resthub.web.springmvc.router.
HTTPRequestAdapter.Header
First value
values
- Variable in class org.resthub.web.springmvc.router.
HTTPRequestAdapter.Header
A
C
D
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2012. All Rights Reserved.