Package | Description |
---|---|
net.officefloor.plugin.servlet.container | |
net.officefloor.plugin.web.http.route | |
net.officefloor.plugin.web.http.tokenise |
Constructor and Description |
---|
HttpServletRequestImpl(ServerHttpConnection connection,
HttpRequestState requestAttributes,
HttpServletSecurity security,
String sessionIdIdentifierName,
javax.servlet.http.HttpSession session,
javax.servlet.ServletContext servletContext,
Locale defaultLocale,
TaskContext<?,?,?> taskContext)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
Object |
HttpRouteTask.doTask(TaskContext<HttpRouteTask,HttpRouteTask.HttpRouteTaskDependencies,HttpRouteTask.HttpRouteTaskFlows> context) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
HttpRequestTokeniserImpl.extractParameters(HttpRequest request)
Convenience method for extracting the parameters from the
HttpRequest . |
void |
HttpRequestTokenHandler.handleFragment(String fragment)
Handles the fragment token of the
HttpRequest . |
void |
HttpRequestTokenAdapter.handleFragment(String fragment) |
void |
HttpRequestTokenHandler.handleHttpParameter(String name,
String value)
Handles a
HttpRequest parameter. |
void |
HttpRequestTokenAdapter.handleHttpParameter(String name,
String value) |
void |
HttpRequestTokenHandler.handlePath(String path)
Handles the path token of the
HttpRequest . |
void |
HttpRequestTokenAdapter.handlePath(String path) |
void |
HttpRequestTokenHandler.handleQueryString(String queryString)
Handles the query string (raw parameter text on the request URI).
|
void |
HttpRequestTokenAdapter.handleQueryString(String queryString) |
void |
HttpRequestTokeniserImpl.tokeniseHttpRequest(HttpRequest request,
HttpRequestTokenHandler handler) |
void |
HttpRequestTokeniser.tokeniseHttpRequest(HttpRequest request,
HttpRequestTokenHandler handler)
Tokenises the
HttpRequest for the path, parameters and fragment
providing them to the HttpRequestTokenHandler to handle. |
void |
HttpRequestTokeniserImpl.tokeniseRequestURI(String requestURI,
HttpRequestTokenHandler handler) |
void |
HttpRequestTokeniser.tokeniseRequestURI(String requestURI,
HttpRequestTokenHandler handler)
Tokenises the request URI for the path, parameters and fragment.
|
Copyright © 2005–2016. All rights reserved.