A B C E F G H I N P R S 

A

asyncRequestComplete() - Method in class ninja.servlet.ContextImpl
 
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
 
boot() - Method in class ninja.servlet.NinjaBootstap
 

C

contextDestroyed(ServletContextEvent) - Method in class ninja.servlet.NinjaServletListener
 
ContextImpl - Class in ninja.servlet
 
ContextImpl(BodyParserEngineManager, FlashCookie, SessionCookie, ResultHandler, Validation) - Constructor for class ninja.servlet.ContextImpl
 
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.ContextImpl
Used to indicate that the controller has finished executing
convertNinjaCookieToServletCookie(Cookie) - Static method in class ninja.servlet.CookieHelper
 
convertServletCookieToNinjaCookie(Cookie) - Static method in class ninja.servlet.CookieHelper
 
CookieHelper - Class in ninja.servlet
 
CookieHelper() - Constructor for class ninja.servlet.CookieHelper
 
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) - Method in class ninja.servlet.ContextImpl
 

G

getAcceptCharset() - Method in class ninja.servlet.ContextImpl
 
getAcceptContentType() - Method in class ninja.servlet.ContextImpl
 
getAcceptEncoding() - Method in class ninja.servlet.ContextImpl
 
getAcceptLanguage() - Method in class ninja.servlet.ContextImpl
 
getAttribute(String) - Method in class ninja.servlet.ContextImpl
 
getAttribute(String, Class<T>) - Method in class ninja.servlet.ContextImpl
 
getContextPath() - Method in class ninja.servlet.ContextImpl
 
getCookie(String) - Method in class ninja.servlet.ContextImpl
 
getCookie(String, Cookie[]) - Static method in class ninja.servlet.CookieHelper
 
getCookies() - Method in class ninja.servlet.ContextImpl
 
getCookieValue(String) - Method in class ninja.servlet.ContextImpl
 
getCookieValue(String, Cookie[]) - Static method in class ninja.servlet.CookieHelper
 
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.ContextImpl
 
getFlashCookie() - Method in class ninja.servlet.ContextImpl
 
getHeader(String) - Method in class ninja.servlet.ContextImpl
 
getHeaders(String) - Method in class ninja.servlet.ContextImpl
 
getHeaders() - Method in class ninja.servlet.ContextImpl
 
getHttpServletRequest() - Method in class ninja.servlet.ContextImpl
Convenience method to access HttpServletRequest of this context.
getHttpServletResponse() - Method in class ninja.servlet.ContextImpl
Convenience method to access HttpServletResponse of this context.
getInjector() - Method in class ninja.servlet.NinjaBootstap
 
getInjector() - Method in class ninja.servlet.NinjaServletListener
 
getInputStream() - Method in class ninja.servlet.ContextImpl
 
getInstance(HttpServletRequest) - Static method in class ninja.servlet.async.AsyncStrategyFactoryHolder
 
getMethod() - Method in class ninja.servlet.ContextImpl
 
getOutputStream() - Method in class ninja.servlet.ResponseStreamsServlet
Get the output stream to write the response.
getParameter(String) - Method in class ninja.servlet.ContextImpl
 
getParameter(String, String) - Method in class ninja.servlet.ContextImpl
 
getParameterAsInteger(String) - Method in class ninja.servlet.ContextImpl
 
getParameterAsInteger(String, Integer) - Method in class ninja.servlet.ContextImpl
 
getParameters() - Method in class ninja.servlet.ContextImpl
 
getParameterValues(String) - Method in class ninja.servlet.ContextImpl
 
getPathParameter(String) - Method in class ninja.servlet.ContextImpl
 
getPathParameterAsInteger(String) - Method in class ninja.servlet.ContextImpl
 
getPathParameterEncoded(String) - Method in class ninja.servlet.ContextImpl
 
getReader() - Method in class ninja.servlet.ContextImpl
 
getRequestContentType() - Method in class ninja.servlet.ContextImpl
 
getRequestPath() - Method in class ninja.servlet.ContextImpl
 
getRequestUri() - Method in class ninja.servlet.ContextImpl
Deprecated.
getRoute() - Method in class ninja.servlet.ContextImpl
 
getSessionCookie() - Method in class ninja.servlet.ContextImpl
 
getValidation() - Method in class ninja.servlet.ContextImpl
 
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.ContextImpl
 
hasCookie(String) - Method in class ninja.servlet.ContextImpl
 

I

init(HttpServletRequest, HttpServletResponse) - Method in class ninja.servlet.ContextImpl
 
init(HttpServletResponse) - Method in class ninja.servlet.ResponseStreamsServlet
 
isMultipart() - Method in class ninja.servlet.ContextImpl
 

N

ninja.servlet - package ninja.servlet
 
ninja.servlet.async - package ninja.servlet.async
 
ninja.servlet.util - package ninja.servlet.util
 
NinjaBootstap - Class in ninja.servlet
 
NinjaBootstap() - Constructor for class ninja.servlet.NinjaBootstap
 
NinjaBootstap(NinjaPropertiesImpl) - Constructor for class ninja.servlet.NinjaBootstap
 
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
 

P

parseBody(Class<T>) - Method in class ninja.servlet.ContextImpl
 

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.ContextImpl
 

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
 
setAttribute(String, Object) - Method in class ninja.servlet.ContextImpl
 
setHttpOnly(Cookie) - Static method in class ninja.servlet.CookieHelper
 
setNinjaProperties(NinjaPropertiesImpl) - Method in class ninja.servlet.NinjaServletListener
 
setRoute(Route) - Method in class ninja.servlet.ContextImpl
 
shutdown() - Method in class ninja.servlet.NinjaBootstap
 
A B C E F G H I N P R S 

Copyright © 2013. All Rights Reserved.