Package ninja
Interface Context.Impl
-
- All Superinterfaces:
Context
- All Known Implementing Classes:
AbstractContext
- Enclosing interface:
- Context
public static interface Context.Impl extends Context
Impl is used to hide stuff that a user should not see on code completion. Internal stuff like setting routes should go here.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ninja.Context
Context.HTTP_STATUS, Context.Impl
-
-
Field Summary
-
Fields inherited from interface ninja.Context
CONTENT_TYPE, NINJA_PROPERTIES_X_FORWARDED_FOR, X_FORWARD_HEADER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRoute(Route route)
-
Methods inherited from interface ninja.Context
addCookie, asyncRequestComplete, cleanup, controllerReturned, finalizeHeaders, finalizeHeadersWithoutFlashAndSessionCookie, getAcceptCharset, getAcceptContentType, getAcceptEncoding, getAcceptLanguage, getAttribute, getAttribute, getAttributes, getContextPath, getCookie, getCookies, getCookieValue, getFileItemIterator, getFlashCookie, getFlashScope, getHeader, getHeaders, getHeaders, getHostname, getInputStream, getMethod, getParameter, getParameter, getParameterAs, getParameterAs, getParameterAsFileItem, getParameterAsFileItems, getParameterAsInteger, getParameterAsInteger, getParameterFileItems, getParameters, getParameterValues, getPathParameter, getPathParameterAsInteger, getPathParameterEncoded, getReader, getRemoteAddr, getRequestContentType, getRequestParameterString, getRequestPath, getRequestUri, getRoute, getScheme, getSession, getSessionCookie, getValidation, handleAsync, hasCookie, isAsync, isMultipart, isRequestJson, isRequestXml, parseBody, returnResultAsync, setAttribute, unsetCookie
-
-
-
-
Method Detail
-
setRoute
void setRoute(Route route)
-
-