Skip navigation links
A B C E F G H I N R S 

A

addCookie(Cookie) - Method in class ninja.servlet.NinjaServletContext
 
AsyncStrategy - Interface in ninja.servlet.async
The strategy for async handling
AsyncStrategyFactory - Interface in ninja.servlet.async
Factory for creating an async strategy
AsyncStrategyFactoryHolder - Class in ninja.servlet.async
 
AsyncStrategyFactoryHolder() - Constructor for class ninja.servlet.async.AsyncStrategyFactoryHolder
 

B

BlockingAsyncStrategy - Class in ninja.servlet.async
 
BlockingAsyncStrategy() - Constructor for class ninja.servlet.async.BlockingAsyncStrategy
 

C

cleanup() - Method in class ninja.servlet.NinjaServletContext
 
configure() - Method in class ninja.servlet.NinjaServletBootstrap
 
contextDestroyed(ServletContextEvent) - Method in class ninja.servlet.NinjaServletListener
 
contextInitialized(ServletContextEvent) - Method in class ninja.servlet.NinjaServletListener
 
controllerReturned() - Method in interface ninja.servlet.async.AsyncStrategy
 
controllerReturned() - Method in class ninja.servlet.async.BlockingAsyncStrategy
 
controllerReturned() - Method in class ninja.servlet.async.Servlet3AsyncStrategy
 
controllerReturned() - Method in class ninja.servlet.NinjaServletContext
Used to indicate that the controller has finished executing
convertNinjaCookieToServletCookie(Cookie) - Static method in class ninja.servlet.ServletCookieHelper
 
convertServletCookieToNinjaCookie(Cookie) - Static method in class ninja.servlet.ServletCookieHelper
 
createStrategy(HttpServletRequest, ResultHandler) - Method in interface ninja.servlet.async.AsyncStrategyFactory
 

E

extract(Context) - Method in class ninja.servlet.util.RequestExtractor
 
extract(Context) - Method in class ninja.servlet.util.ResponseExtractor
 

F

finalizeHeaders(Result, Boolean) - Method in class ninja.servlet.NinjaServletContext
 

G

getAttribute(String) - Method in class ninja.servlet.NinjaServletContext
 
getAttributes() - Method in class ninja.servlet.NinjaServletContext
 
getCookie(String) - Method in class ninja.servlet.NinjaServletContext
 
getCookie(String, Cookie[]) - Static method in class ninja.servlet.ServletCookieHelper
 
getCookies() - Method in class ninja.servlet.NinjaServletContext
 
getCookieValue(String, Cookie[]) - Static method in class ninja.servlet.ServletCookieHelper
 
getExtractedType() - Method in class ninja.servlet.util.RequestExtractor
 
getExtractedType() - Method in class ninja.servlet.util.ResponseExtractor
 
getFieldName() - Method in class ninja.servlet.util.RequestExtractor
 
getFieldName() - Method in class ninja.servlet.util.ResponseExtractor
 
getFileItemIterator() - Method in class ninja.servlet.NinjaServletContext
 
getHeader(String) - Method in class ninja.servlet.NinjaServletContext
 
getHeaders(String) - Method in class ninja.servlet.NinjaServletContext
 
getHeaders() - Method in class ninja.servlet.NinjaServletContext
 
getHostname() - Method in class ninja.servlet.NinjaServletContext
 
getHttpServletRequest() - Method in class ninja.servlet.NinjaServletContext
Convenience method to access HttpServletRequest of this context.
getHttpServletResponse() - Method in class ninja.servlet.NinjaServletContext
Convenience method to access HttpServletResponse of this context.
getInjector() - Method in class ninja.servlet.NinjaServletListener
Getting the injector is done via double locking in conjuction with volatile keyword for thread safety.
getInputStream() - Method in class ninja.servlet.NinjaServletContext
 
getInstance(HttpServletRequest) - Static method in class ninja.servlet.async.AsyncStrategyFactoryHolder
 
getMethod() - Method in class ninja.servlet.NinjaServletContext
 
getNinjaBootstrap() - Method in class ninja.servlet.NinjaServletListener
Only available after context initialization attempted.
getOutputStream() - Method in class ninja.servlet.ResponseStreamsServlet
Get the output stream to write the response.
getParameter(String) - Method in class ninja.servlet.NinjaServletContext
 
getParameterAsFileItem(String) - Method in class ninja.servlet.NinjaServletContext
 
getParameterAsFileItems(String) - Method in class ninja.servlet.NinjaServletContext
 
getParameterFileItems() - Method in class ninja.servlet.NinjaServletContext
 
getParameters() - Method in class ninja.servlet.NinjaServletContext
 
getParameterValues(String) - Method in class ninja.servlet.NinjaServletContext
 
getReader() - Method in class ninja.servlet.NinjaServletContext
 
getRealRemoteAddr() - Method in class ninja.servlet.NinjaServletContext
 
getRequestContentType() - Method in class ninja.servlet.NinjaServletContext
 
getRequestUri() - Method in class ninja.servlet.NinjaServletContext
Deprecated.
getScheme() - Method in class ninja.servlet.NinjaServletContext
 
getServletContext() - Method in class ninja.servlet.NinjaServletContext
Convenience method to access ServletContext of this context.
getWriter() - Method in class ninja.servlet.ResponseStreamsServlet
Get the writer to write the response.

H

handleAsync() - Method in interface ninja.servlet.async.AsyncStrategy
 
handleAsync() - Method in class ninja.servlet.async.BlockingAsyncStrategy
 
handleAsync() - Method in class ninja.servlet.async.Servlet3AsyncStrategy
 
handleAsync() - Method in class ninja.servlet.NinjaServletContext
 
hasCookie(String) - Method in class ninja.servlet.NinjaServletContext
 

I

init(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class ninja.servlet.NinjaServletContext
 
init(HttpServletResponse) - Method in class ninja.servlet.ResponseStreamsServlet
 
isAsync() - Method in class ninja.servlet.NinjaServletContext
 
isMultipart() - Method in class ninja.servlet.NinjaServletContext
 

N

ninja.servlet - package ninja.servlet
 
ninja.servlet.async - package ninja.servlet.async
 
ninja.servlet.util - package ninja.servlet.util
 
NinjaServletBootstrap - Class in ninja.servlet
Ninja bootstrap for servlet environments.
NinjaServletBootstrap(NinjaPropertiesImpl) - Constructor for class ninja.servlet.NinjaServletBootstrap
 
NinjaServletContext - Class in ninja.servlet
Ninja context for servlet environments.
NinjaServletContext(BodyParserEngineManager, FlashScope, NinjaProperties, ResultHandler, Session, Validation, Injector) - Constructor for class ninja.servlet.NinjaServletContext
 
NinjaServletDispatcher - Class in ninja.servlet
A simple servlet that allows us to run Ninja inside any servlet container.
NinjaServletDispatcher() - Constructor for class ninja.servlet.NinjaServletDispatcher
 
NinjaServletDispatcher(Injector) - Constructor for class ninja.servlet.NinjaServletDispatcher
Special constructor for usage in JUnit tests.
NinjaServletListener - Class in ninja.servlet
define in web.xml: ninja.NinjaServletListener
NinjaServletListener() - Constructor for class ninja.servlet.NinjaServletListener
 

R

Request - Annotation Type in ninja.servlet.util
 
RequestExtractor - Class in ninja.servlet.util
 
RequestExtractor() - Constructor for class ninja.servlet.util.RequestExtractor
 
Response - Annotation Type in ninja.servlet.util
 
ResponseExtractor - Class in ninja.servlet.util
 
ResponseExtractor() - Constructor for class ninja.servlet.util.ResponseExtractor
 
ResponseStreamsServlet - Class in ninja.servlet
Make sure to only write to either the OutputStream OR the Writer...
ResponseStreamsServlet() - Constructor for class ninja.servlet.ResponseStreamsServlet
 
returnResultAsync(Result, Context) - Method in interface ninja.servlet.async.AsyncStrategy
 
returnResultAsync(Result, Context) - Method in class ninja.servlet.async.BlockingAsyncStrategy
 
returnResultAsync(Result, Context) - Method in class ninja.servlet.async.Servlet3AsyncStrategy
 
returnResultAsync(Result) - Method in class ninja.servlet.NinjaServletContext
 

S

service(ServletRequest, ServletResponse) - Method in class ninja.servlet.NinjaServletDispatcher
 
Servlet3AsyncStrategy - Class in ninja.servlet.async
 
Servlet3AsyncStrategy(ResultHandler, HttpServletRequest) - Constructor for class ninja.servlet.async.Servlet3AsyncStrategy
 
ServletCookieHelper - Class in ninja.servlet
 
ServletCookieHelper() - Constructor for class ninja.servlet.ServletCookieHelper
 
setAttribute(String, Object) - Method in class ninja.servlet.NinjaServletContext
 
setHttpOnly(Cookie) - Static method in class ninja.servlet.ServletCookieHelper
 
setNinjaProperties(NinjaPropertiesImpl) - Method in class ninja.servlet.NinjaServletListener
 
A B C E F G H I N R S 
Skip navigation links

Copyright © 2016. All Rights Reserved.