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
 
addReturnValueAsModelAttribute(Method, Class, Object, ExtendedModelMap) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
 
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
 
computeMethodHash(CtClass[]) - Static method in class org.resthub.web.springmvc.router.RouterHandlerAdapter.LocalVariablesNamesTracer
 
computeMethodHash(Class[]) - Static method in class org.resthub.web.springmvc.router.RouterHandlerAdapter.LocalVariablesNamesTracer
 
computeMethodHash(String[]) - Static method in class org.resthub.web.springmvc.router.RouterHandlerAdapter.LocalVariablesNamesTracer
 
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
createBinder(HttpServletRequest, Object, String) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Template method for creating a new ServletRequestDataBinder instance.
createHttpInputMessage(HttpServletRequest) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Template method for creating a new HttpInputMessage instance.
createHttpOutputMessage(HttpServletResponse) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Template method for creating a new HttpOuputMessage instance.
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(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

findActionMethod(String, Object) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter.RouterMethodResolver
Find the first public static method of a controller class
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
 
getHost() - Method in class org.resthub.web.springmvc.router.Router.Route
 
getLastModified(HttpServletRequest, Object) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
 
getMessageConverters() - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Return the message body converters that this adapter has been configured with.
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
getOrder() - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Get the order value for this HandlerAdapter bean.
getPath() - Method in class org.resthub.web.springmvc.router.Router.Route
 
getQueryString() - Method in class org.resthub.web.springmvc.router.HTTPRequestAdapter
 
getRequest() - Method in class org.resthub.web.springmvc.router.RouterHandler
 
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.RouterHandler
 
getRouteFile() - Method in class org.resthub.web.springmvc.router.RouterHandlerMapping
Routes configuration File name< 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

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Handles a request, calling the matched controller+action.
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.RouterHandlerAdapter
Load and cache @Controller classes at application start.
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(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.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

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)
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
 
RouterHandler() - Constructor for class org.resthub.web.springmvc.router.RouterHandler
 
RouterHandlerAdapter - Class in org.resthub.web.springmvc.router
Implementation of the HandlerAdapter interface that maps HTTPServletRequests on Routes defined in route file configuration.
RouterHandlerAdapter() - Constructor for class org.resthub.web.springmvc.router.RouterHandlerAdapter
 
RouterHandlerAdapter.LocalVariablesNamesTracer - Class in org.resthub.web.springmvc.router
Runtime part.
RouterHandlerAdapter.LocalVariablesNamesTracer() - Constructor for class org.resthub.web.springmvc.router.RouterHandlerAdapter.LocalVariablesNamesTracer
 
RouterHandlerAdapter.RouterMethodResolver - Class in org.resthub.web.springmvc.router
Resolve Controller and Action for the given route (that contains the fullAction "controller.action")
RouterHandlerAdapter.RouterMethodResolver() - Constructor for class org.resthub.web.springmvc.router.RouterHandlerAdapter.RouterMethodResolver
 
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
 
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
 
setBeanFactory(BeanFactory) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
 
setContentType(String) - Method in class org.resthub.web.springmvc.router.HTTPRequestAdapter
 
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Set a custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomModelAndViewResolvers(ModelAndViewResolver[]) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Set one or more custom ModelAndViewResolvers to use for special method return types.
setFormat(String) - Method in class org.resthub.web.springmvc.router.HTTPRequestAdapter
 
setMessageConverters(HttpMessageConverter<?>[]) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Set the message body converters to use.
setOrder(int) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Specify the order value for this HandlerAdapter bean.
setQueryString(String) - Method in class org.resthub.web.springmvc.router.HTTPRequestAdapter
 
setRequest(HTTPRequestAdapter) - Method in class org.resthub.web.springmvc.router.RouterHandler
 
setRoute(Router.Route) - Method in class org.resthub.web.springmvc.router.RouterHandler
 
setRouteFile(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
 
setWebBindingInitializer(WebBindingInitializer) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
star - Variable in class org.resthub.web.springmvc.router.Router.ActionDefinition
Whether the route contains an astericks *.
supports(Object) - Method in class org.resthub.web.springmvc.router.RouterHandlerAdapter
Says wether or not this handlerAdapter supports the given handler, i.e. knows how to handle requests mapped with this handler.

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

Copyright © 2010-2012. All Rights Reserved.