B C D E F G I L N O S T U W 
All Classes All Packages

B

BufferedHttpRequest - Class in net.n2oapp.framework.mvc.api
 
BufferedHttpRequest(HttpServletRequest, Reader) - Constructor for class net.n2oapp.framework.mvc.api.BufferedHttpRequest
 
BufferedHttpResponse - Class in net.n2oapp.framework.mvc.api
 
BufferedHttpResponse(HttpServletResponse, Writer) - Constructor for class net.n2oapp.framework.mvc.api.BufferedHttpResponse
 

C

CachingPrintWriter - Class in net.n2oapp.framework.mvc.api
 
CachingPrintWriter(Writer) - Constructor for class net.n2oapp.framework.mvc.api.CachingPrintWriter
 
CachingServletTemplate - Class in net.n2oapp.framework.mvc.api
 
CachingServletTemplate(CacheTemplate, String) - Constructor for class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
CachingServletTemplate(CacheTemplate, String, BiFunction<HttpServletRequest, HttpServletResponse, Object>) - Constructor for class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
CachingServletTemplate(CacheManager, String) - Constructor for class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
CachingServletTemplate(CacheManager, String, BiFunction<HttpServletRequest, HttpServletResponse, Object>) - Constructor for class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
ClientCacheTemplate - Class in net.n2oapp.framework.mvc.cache
Шаблон для кэширования запросов на клиенте
ClientCacheTemplate() - Constructor for class net.n2oapp.framework.mvc.cache.ClientCacheTemplate
 
ClientCacheTemplate.ClientCacheCallback - Interface in net.n2oapp.framework.mvc.cache
Функция выполнения запроса без кэширования
close() - Method in class net.n2oapp.framework.mvc.api.CachingPrintWriter
 
ControllerArgumentException - Exception in net.n2oapp.framework.mvc.exception
User: iryabov Date: 10.05.13 Time: 17:41
ControllerArgumentException(String) - Constructor for exception net.n2oapp.framework.mvc.exception.ControllerArgumentException
 

D

decodeParameters(HttpServletRequest) - Static method in class net.n2oapp.framework.mvc.util.ServletUtil
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in interface net.n2oapp.framework.mvc.cache.ClientCacheTemplate.ClientCacheCallback
Выполнить запрос
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
doService(HttpServletRequest, HttpServletResponse, ServletCallback) - Method in class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
doService(HttpServletRequest, HttpServletResponse, ServletCallback) - Method in interface net.n2oapp.framework.mvc.api.ServletTemplate
Сервис для отлова ошибок, выставления заголовков, статусов и других мелочей при работе сервлетов
doService(HttpServletRequest, HttpServletResponse, ServletCallback) - Method in class net.n2oapp.framework.mvc.api.SimpleServletTemplate
 

E

execute(HttpServletRequest, HttpServletResponse, ClientCacheTemplate.ClientCacheCallback) - Method in class net.n2oapp.framework.mvc.cache.ClientCacheTemplate
Выполнить запрос с кэшированием "If-Modified-Since"

F

filterParameters(Map<String, String>, Predicate<String>) - Static method in class net.n2oapp.framework.mvc.util.ServletUtil
 
flush() - Method in class net.n2oapp.framework.mvc.api.CachingPrintWriter
 

G

getBuffer() - Method in class net.n2oapp.framework.mvc.api.BufferedHttpRequest
 
getBuffer() - Method in class net.n2oapp.framework.mvc.api.BufferedHttpResponse
 
getCache() - Method in class net.n2oapp.framework.mvc.api.CachingPrintWriter
 
getContentType() - Method in interface net.n2oapp.framework.mvc.callback.ServletCallback
 
getHeaders(HttpServletRequest) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
getHttpStatus() - Method in exception net.n2oapp.framework.mvc.exception.ControllerArgumentException
 
getLastModifiedFromClient(HttpServletRequest) - Method in class net.n2oapp.framework.mvc.cache.ClientCacheTemplate
 
getLastModifiedFromServer(HttpServletRequest) - Method in class net.n2oapp.framework.mvc.cache.ClientCacheTemplate
Получить время последнего обновления данных запроса
getLastModifiedFromServer(HttpServletRequest) - Method in class net.n2oapp.framework.mvc.cache.LifetimeClientCacheTemplate
 
getMessageBuilder() - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
getReader() - Method in class net.n2oapp.framework.mvc.api.BufferedHttpRequest
 
getRequestBody(HttpServletRequest) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
getUser(HttpServletRequest) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
getWriter() - Method in class net.n2oapp.framework.mvc.api.BufferedHttpResponse
 

I

ifNotModifiedSince(long, long) - Method in class net.n2oapp.framework.mvc.cache.ClientCacheTemplate
 
init() - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 

L

LifetimeClientCacheTemplate - Class in net.n2oapp.framework.mvc.cache
Шаблон кэширования запросов по стратегии "Время жизни" (по умолчанию 1 минута).
LifetimeClientCacheTemplate() - Constructor for class net.n2oapp.framework.mvc.cache.LifetimeClientCacheTemplate
 
LifetimeClientCacheTemplate(long) - Constructor for class net.n2oapp.framework.mvc.cache.LifetimeClientCacheTemplate
 
logger - Static variable in class net.n2oapp.framework.mvc.n2o.N2oServlet
 

N

N2oServlet - Class in net.n2oapp.framework.mvc.n2o
Абстракция для сервлетов N2O.
N2oServlet() - Constructor for class net.n2oapp.framework.mvc.n2o.N2oServlet
 
net.n2oapp.framework.mvc.api - package net.n2oapp.framework.mvc.api
 
net.n2oapp.framework.mvc.cache - package net.n2oapp.framework.mvc.cache
 
net.n2oapp.framework.mvc.callback - package net.n2oapp.framework.mvc.callback
 
net.n2oapp.framework.mvc.exception - package net.n2oapp.framework.mvc.exception
 
net.n2oapp.framework.mvc.n2o - package net.n2oapp.framework.mvc.n2o
 
net.n2oapp.framework.mvc.util - package net.n2oapp.framework.mvc.util
 

O

objectMapper - Variable in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
onError(N2oException, HttpServletRequest, HttpServletResponse) - Method in interface net.n2oapp.framework.mvc.callback.ServletCallback
 
onService(HttpServletRequest, HttpServletResponse) - Method in interface net.n2oapp.framework.mvc.callback.ServletCallback
 

S

safeDoDelete(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
safeDoGet(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
safeDoPost(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
safeDoPut(HttpServletRequest, HttpServletResponse) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
ServletCallback - Interface in net.n2oapp.framework.mvc.callback
Обработка вызова в сервлете
ServletTemplate - Interface in net.n2oapp.framework.mvc.api
Шаблон для обработки сервлетов
ServletUtil - Class in net.n2oapp.framework.mvc.util
 
ServletUtil() - Constructor for class net.n2oapp.framework.mvc.util.ServletUtil
 
setCacheManager(CacheManager) - Method in class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
setCacheRegion(String) - Method in class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
setClientCacheTemplate(ClientCacheTemplate) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
setKeyFunc(BiFunction<HttpServletRequest, HttpServletResponse, Object>) - Method in class net.n2oapp.framework.mvc.api.CachingServletTemplate
 
setLastModified(HttpServletRequest, HttpServletResponse, long) - Method in class net.n2oapp.framework.mvc.cache.ClientCacheTemplate
 
setLastModified(HttpServletRequest, HttpServletResponse, long) - Method in class net.n2oapp.framework.mvc.cache.LifetimeClientCacheTemplate
 
setMessageBuilder(AlertMessageBuilder) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
setMessagesConstructor(AlertMessagesConstructor) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
setObjectMapper(ObjectMapper) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
setPropertyResolver(PropertyResolver) - Method in class net.n2oapp.framework.mvc.n2o.N2oServlet
 
SimpleServletTemplate - Class in net.n2oapp.framework.mvc.api
Простой шаблон для обработки сервлетов
SimpleServletTemplate() - Constructor for class net.n2oapp.framework.mvc.api.SimpleServletTemplate
 

T

throwRequiredParameter(String) - Static method in exception net.n2oapp.framework.mvc.exception.ControllerArgumentException
 
throwUnknownParameter(String) - Static method in exception net.n2oapp.framework.mvc.exception.ControllerArgumentException
 

U

USER - Static variable in class net.n2oapp.framework.mvc.n2o.N2oServlet
 

W

write(char[], int, int) - Method in class net.n2oapp.framework.mvc.api.CachingPrintWriter
 
B C D E F G I L N O S T U W 
All Classes All Packages