Index

A B C D E F G H I J K L M N O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(T) - Method in interface com.aoapps.servlet.function.ServletConsumer
 
accept(T) - Method in interface com.aoapps.servlet.function.ServletConsumerE
 
accept(T) - Method in interface com.aoapps.servlet.jsp.function.JspConsumer
 
accept(T) - Method in interface com.aoapps.servlet.jsp.function.JspConsumerE
 
accept(T, U) - Method in interface com.aoapps.servlet.function.ServletBiConsumer
 
accept(T, U) - Method in interface com.aoapps.servlet.function.ServletBiConsumerE
 
accept(T, U) - Method in interface com.aoapps.servlet.jsp.function.JspBiConsumer
 
accept(T, U) - Method in interface com.aoapps.servlet.jsp.function.JspBiConsumerE
 
addCookie(HttpServletRequest, HttpServletResponse, String, String, String, int, boolean, boolean) - Static method in class com.aoapps.servlet.http.Cookies
Adds a new cookie to the response.
and(ServletPredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.servlet.function.ServletPredicateE
 
and(JspPredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.servlet.jsp.function.JspPredicateE
 
andThen(ServletBiConsumerE<? super T, ? super U, ? extends Ex>) - Method in interface com.aoapps.servlet.function.ServletBiConsumerE
 
andThen(ServletConsumerE<? super T, ? extends Ex>) - Method in interface com.aoapps.servlet.function.ServletConsumerE
 
andThen(ServletFunctionE<? super R, ? extends V, ? extends Ex>) - Method in interface com.aoapps.servlet.function.ServletFunctionE
 
andThen(JspBiConsumerE<? super T, ? super U, ? extends Ex>) - Method in interface com.aoapps.servlet.jsp.function.JspBiConsumerE
 
andThen(JspConsumerE<? super T, ? extends Ex>) - Method in interface com.aoapps.servlet.jsp.function.JspConsumerE
 
andThen(JspFunctionE<? super R, ? extends V, ? extends Ex>) - Method in interface com.aoapps.servlet.jsp.function.JspFunctionE
 
application() - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the application scope and this name, still needs context.
application() - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the application scope and this name, still needs context.
application(ServletContext) - Static method in class com.aoapps.servlet.attribute.ContextEE
AttributeEE: Uses the given application scope and context, still needs name.
APPLICATION - Static variable in class com.aoapps.servlet.attribute.ScopeEE
AttributeEE: Uses the application scope, still needs context and name.
APPLICATION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
apply(T) - Method in interface com.aoapps.servlet.function.ServletFunction
 
apply(T) - Method in interface com.aoapps.servlet.function.ServletFunctionE
 
apply(T) - Method in interface com.aoapps.servlet.jsp.function.JspFunction
 
apply(T) - Method in interface com.aoapps.servlet.jsp.function.JspFunctionE
 
ARG_REQUEST_ATTRIBUTE - Static variable in class com.aoapps.servlet.http.Dispatcher
The name of the request-scope Map that will contain the arguments for the current page.
args - Variable in exception class com.aoapps.servlet.jsp.LocalizedJspException
 
args - Variable in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
args - Variable in exception class com.aoapps.servlet.LocalizedServletException
 
ASYNC_CONTEXT_PATH - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ASYNC_PATH_INFO - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ASYNC_QUERY_STRING - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ASYNC_REQUEST_URI - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ASYNC_SERVLET_PATH - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
attribute(Class<?>, String) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name.ScopeEEFactory
 
attribute(Object, String) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name.ContextEEFactory
 
attribute(String) - Static method in class com.aoapps.servlet.attribute.AttributeEE
AttributeEE: Uses the given name, still needs scope or context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ContextEE.Application
AttributeEE: Uses the given name within this application scope and context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ContextEE
AttributeEE: Uses the given name within this scope and context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ContextEE.Page
AttributeEE: Uses the given name within this page scope and context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ContextEE.Request
AttributeEE: Uses the given name within this request scope and context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ContextEE.Session
AttributeEE: Uses the given name within this session scope and context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ScopeEE.Application
AttributeEE: Uses the given name within the application scope, still needs context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ScopeEE
AttributeEE: Uses the given name within this scope, still needs context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ScopeEE.Page
AttributeEE: Uses the given name within the page scope, still needs context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ScopeEE.Request
AttributeEE: Uses the given name within the request scope, still needs context.
attribute(String) - Method in class com.aoapps.servlet.attribute.ScopeEE.Session
AttributeEE: Uses the given name within the session scope, still needs context.
AttributeEE<C,T> - Class in com.aoapps.servlet.attribute
An attribute has scope, context, and name and is used for value access.
AttributeEE.Application<T> - Class in com.aoapps.servlet.attribute
AttributeEE.Jstl<T> - Class in com.aoapps.servlet.attribute
A JSTL attribute name without any specific scope or context.
AttributeEE.Name<T> - Class in com.aoapps.servlet.attribute
A name without any specific scope or context.
AttributeEE.Name.ContextEEFactory<C,T> - Class in com.aoapps.servlet.attribute
Supports attributes in contexts of types ServletContext, ServletRequest, HttpSession, and JspContext.
AttributeEE.Name.ScopeEEFactory<C,T> - Class in com.aoapps.servlet.attribute
Supports scope attributes in scopes of contexts types ServletContext, ServletRequest, HttpSession, and JspContext.
AttributeEE.Page<T> - Class in com.aoapps.servlet.attribute
AttributeEE.Request<T> - Class in com.aoapps.servlet.attribute
AttributeEE.Session<T> - Class in com.aoapps.servlet.attribute

B

BodyContentImplCoercionOptimizerInitializer - Class in com.aoapps.servlet
Registers unwrapping of BodyContentImpl in Coercion.registerOptimizer(com.aoapps.lang.CoercionOptimizer).
BodyContentImplCoercionOptimizerInitializer() - Constructor for class com.aoapps.servlet.BodyContentImplCoercionOptimizerInitializer
 
buildRedirectURL(HttpServletRequest, HttpServletResponse, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildRedirectURL(HttpServletRequest, HttpServletResponse, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Builds a URL that should be used for a redirect location, with path resolved relative to the given request.
buildRedirectURL(HttpServletRequest, HttpServletResponse, String, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildRedirectURL(HttpServletRequest, HttpServletResponse, String, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Builds a URL that should be used for a redirect location, including all the proper URL conversions.
buildRedirectURL(JspContext, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildRedirectURL(JspContext, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildRedirectURL(PageContext, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildRedirectURL(PageContext, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildURL(HttpServletRequest, HttpServletResponse, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildURL(HttpServletRequest, HttpServletResponse, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Builds a URL with path resolved relative to the given request.
buildURL(HttpServletRequest, HttpServletResponse, String, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildURL(HttpServletRequest, HttpServletResponse, String, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Builds a URL with all the proper URL conversions.
buildURL(JspContext, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildURL(JspContext, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildURL(PageContext, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
buildURL(PageContext, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 

C

Canonical - Class in com.aoapps.servlet.http
Coordinates when canonical URLs should be generated during response URL rewriting (such as information added when cookies are disabled).
clear() - Static method in class com.aoapps.servlet.http.Canonical
Sets the current state of the canonical ThreadLocal to false.
close() - Method in class com.aoapps.servlet.http.Canonical
Restores the previous state of the canonical ThreadLocal.
close() - Method in class com.aoapps.servlet.NullServletOutputStream
 
com.aoapps.servlet - package com.aoapps.servlet
 
com.aoapps.servlet.attribute - package com.aoapps.servlet.attribute
Utilities for working with various attribute scopes.
com.aoapps.servlet.el - package com.aoapps.servlet.el
 
com.aoapps.servlet.function - package com.aoapps.servlet.function
 
com.aoapps.servlet.http - package com.aoapps.servlet.http
 
com.aoapps.servlet.i18n - package com.aoapps.servlet.i18n
 
com.aoapps.servlet.jsp - package com.aoapps.servlet.jsp
 
com.aoapps.servlet.jsp.function - package com.aoapps.servlet.jsp.function
 
com.aoapps.servlet.jsp.tagext - package com.aoapps.servlet.jsp.tagext
 
com.aoapps.servlet.util - module com.aoapps.servlet.util
 
compose(ServletFunctionE<? super V, ? extends T, ? extends Ex>) - Method in interface com.aoapps.servlet.function.ServletFunctionE
 
compose(JspFunctionE<? super V, ? extends T, ? extends Ex>) - Method in interface com.aoapps.servlet.jsp.function.JspFunctionE
 
compute(int, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
compute(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
compute(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
compute(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
compute(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
compute(HttpSession, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
compute(JspContext, int, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
compute(JspContext, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
compute(ServletContext, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
compute(ServletRequest, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
computeIfAbsent(int, FunctionE<? super String, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfAbsent(FunctionE<? super String, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
computeIfAbsent(FunctionE<? super String, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfAbsent(FunctionE<? super String, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
computeIfAbsent(FunctionE<? super String, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
computeIfAbsent(HttpSession, String, FunctionE<? super String, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
computeIfAbsent(JspContext, int, String, FunctionE<? super String, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfAbsent(JspContext, String, FunctionE<? super String, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfAbsent(ServletContext, String, FunctionE<? super String, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
computeIfAbsent(ServletRequest, String, FunctionE<? super String, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
computeIfPresent(int, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfPresent(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
computeIfPresent(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfPresent(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
computeIfPresent(BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
computeIfPresent(HttpSession, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
computeIfPresent(JspContext, int, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfPresent(JspContext, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
computeIfPresent(ServletContext, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
computeIfPresent(ServletRequest, String, BiFunctionE<? super String, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
CONFIG - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
context(C) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given context and this name.
context(C) - Method in class com.aoapps.servlet.attribute.ScopeEE.Attribute
AttributeEE: Uses the given context within this scope and name.
context(C) - Method in class com.aoapps.servlet.attribute.ScopeEE
AttributeEE: Uses the given context within this scope, still needs name.
context(HttpSession) - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the given session context.
context(HttpSession) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given session context.
context(HttpSession) - Method in class com.aoapps.servlet.attribute.ScopeEE.Session.Attribute
AttributeEE: Uses the given context within the session scope and this name.
context(HttpSession) - Method in class com.aoapps.servlet.attribute.ScopeEE.Session
AttributeEE: Uses the given context within the session scope, still needs name.
context(JspContext) - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the given page context.
context(JspContext) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given page context.
context(JspContext) - Method in class com.aoapps.servlet.attribute.ScopeEE.Page.Attribute
AttributeEE: Uses the given context within the page scope and this name.
context(JspContext) - Method in class com.aoapps.servlet.attribute.ScopeEE.Page
AttributeEE: Uses the given context within the page scope, still needs name.
context(ServletContext) - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
context(ServletContext) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
context(ServletContext) - Method in class com.aoapps.servlet.attribute.ScopeEE.Application.Attribute
AttributeEE: Uses the given context within the application scope and this name.
context(ServletContext) - Method in class com.aoapps.servlet.attribute.ScopeEE.Application
AttributeEE: Uses the given context within the application scope, still needs name.
context(ServletRequest) - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the given request context.
context(ServletRequest) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given request context.
context(ServletRequest) - Method in class com.aoapps.servlet.attribute.ScopeEE.Request.Attribute
AttributeEE: Uses the given context within the request scope and this name.
context(ServletRequest) - Method in class com.aoapps.servlet.attribute.ScopeEE.Request
AttributeEE: Uses the given context within the request scope, still needs name.
contextDestroyed(ServletContextEvent) - Method in class com.aoapps.servlet.ServletContextCache.Initializer
 
ContextEE<C> - Class in com.aoapps.servlet.attribute
A specifically resolved context, such as JspContext, ServletRequest, HttpSession, and ServletContext.
ContextEE.Application - Class in com.aoapps.servlet.attribute
ContextEE.Page - Class in com.aoapps.servlet.attribute
AttributeEE: Has page scope and context, still needs name.
ContextEE.Request - Class in com.aoapps.servlet.attribute
AttributeEE: Has request scope and context, still needs name.
ContextEE.Session - Class in com.aoapps.servlet.attribute
AttributeEE: Has session scope and context, still needs name.
ContextEEFactory() - Constructor for class com.aoapps.servlet.attribute.AttributeEE.Name.ContextEEFactory
 
contextInitialized(ServletContextEvent) - Method in class com.aoapps.servlet.ServletContextCache.Initializer
 
Cookies - Class in com.aoapps.servlet.http
Helper utility to set, get, remove, encode, and decode cookies.

D

decodeComment(String) - Static method in class com.aoapps.servlet.http.Cookies
Gets the comment of a cookie, decoded via URIDecoder.decodeURIComponent(java.lang.String).
decodeName(String) - Static method in class com.aoapps.servlet.http.Cookies
Gets the name of a cookie, decoded via URIDecoder.decodeURIComponent(java.lang.String).
decodePath(String) - Static method in class com.aoapps.servlet.http.Cookies
Gets the path of a cookie, decoded via URIDecoder.decodeURI(java.lang.String).
decodeValue(String) - Static method in class com.aoapps.servlet.http.Cookies
Gets the value of a cookie, decoded via URIDecoder.decodeURIComponent(java.lang.String).
destroy() - Method in class com.aoapps.servlet.i18n.EditableResourceServletFilter
 
Dispatcher - Class in com.aoapps.servlet.http
Static utilities that may be useful by servlet/JSP/taglib environments.
dispatchInclude(RequestDispatcher, HttpServletRequest, HttpServletResponse) - Static method in class com.aoapps.servlet.http.Includer
Performs the actual include, supporting propagation of SkipPageException and sendError.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.aoapps.servlet.i18n.EditableResourceServletFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.aoapps.servlet.i18n.SetResourceBundleValue
 
doOptions(HttpServletResponse, Class<S>, Class<? extends S>, String, String, String, String, Class<?>[]) - Static method in class com.aoapps.servlet.http.HttpServletUtil
A reusable doOptions implementation for servlets.

E

EditableResourceServletFilter - Class in com.aoapps.servlet.i18n
Allows any user with the role of translator to edit the translation of the site.
EditableResourceServletFilter() - Constructor for class com.aoapps.servlet.i18n.EditableResourceServletFilter
 
ElUtils - Class in com.aoapps.servlet.el
Static utilities for Expression Language.
encodeCanonicalRedirectURL(HttpServletResponse, String) - Static method in class com.aoapps.servlet.http.Canonical
Sets the state of the canonical ThreadLocal and invokes HttpServletResponse.encodeRedirectURL(java.lang.String).
encodeCanonicalURL(HttpServletResponse, String) - Static method in class com.aoapps.servlet.http.Canonical
Sets the state of the canonical ThreadLocal and invokes HttpServletResponse.encodeURL(java.lang.String).
encodeComment(String) - Static method in class com.aoapps.servlet.http.Cookies
Encodes the comment of a cookie via URIEncoder.encodeURIComponent(java.lang.String).
encodeName(String) - Static method in class com.aoapps.servlet.http.Cookies
Encodes the name of a cookie via URIEncoder.encodeURIComponent(java.lang.String).
encodePath(String) - Static method in class com.aoapps.servlet.http.Cookies
Encodes the path of a cookie via URIEncoder.encodeURI(java.lang.String).
encodeValue(String) - Static method in class com.aoapps.servlet.http.Cookies
Encodes the value of a cookie via URIEncoder.encodeURIComponent(java.lang.String).
ERROR_EXCEPTION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ERROR_EXCEPTION_TYPE - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ERROR_MESSAGE - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ERROR_REQUEST_URI - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ERROR_SERVLET_NAME - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
ERROR_STATUS_CODE - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
EXCEPTION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
EXCEPTION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 

F

find() - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Finds this attribute in page, request, session (if valid), then application scopes.
find(JspContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
Finds an attribute in page, request, session (if valid), then application scopes.
findAncestor(JspTag, Class<? extends T>) - Static method in class com.aoapps.servlet.jsp.tagext.JspTagUtils
Finds the first parent tag of the provided class (or subclass) or implementing the provided interface.
findScope() - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Finds this attribute's scope in page, request, session (if valid), then application scopes.
findScope(JspContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
Finds an attribute's scope in page, request, session (if valid), then application scopes.
flush() - Method in class com.aoapps.servlet.NullServletOutputStream
 
FMT_FALLBACK_LOCALE - Static variable in class com.aoapps.servlet.attribute.AttributeEE.Jstl
 
FMT_LOCALE - Static variable in class com.aoapps.servlet.attribute.AttributeEE.Jstl
 
FMT_LOCALIZATION_CONTEXT - Static variable in class com.aoapps.servlet.attribute.AttributeEE.Jstl
 
FMT_TIME_ZONE - Static variable in class com.aoapps.servlet.attribute.AttributeEE.Jstl
 
forward(String, RequestDispatcher, HttpServletRequest, HttpServletResponse) - Static method in class com.aoapps.servlet.http.Dispatcher
 
forward(String, RequestDispatcher, HttpServletRequest, HttpServletResponse, Map<String, ?>) - Static method in class com.aoapps.servlet.http.Dispatcher
Performs a forward with the provided servlet path and associated dispatcher.
forward(ServletContext, String, HttpServletRequest, HttpServletResponse) - Static method in class com.aoapps.servlet.http.Dispatcher
 
forward(ServletContext, String, HttpServletRequest, HttpServletResponse, Map<String, ?>) - Static method in class com.aoapps.servlet.http.Dispatcher
Performs a forward, allowing page-relative paths and setting all values compatible with <ao:forward> tag.
FORWARD_CONTEXT_PATH - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
FORWARD_PATH_INFO - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
FORWARD_QUERY_STRING - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
FORWARD_REQUEST_URI - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
FORWARD_SERVLET_PATH - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 

G

get() - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
Gets the value of this application-scope attribute.
get() - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Gets the value of this page-scope attribute.
get() - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
Gets the value of this request-scope attribute.
get() - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
Gets the value of this session-scope attribute.
get() - Method in interface com.aoapps.servlet.function.ServletSupplier
 
get() - Method in interface com.aoapps.servlet.function.ServletSupplierE
 
get() - Static method in class com.aoapps.servlet.http.Canonical
Gets the current state of the canonical ThreadLocal.
get() - Method in interface com.aoapps.servlet.jsp.function.JspSupplier
 
get() - Method in interface com.aoapps.servlet.jsp.function.JspSupplierE
 
get(int) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Gets this attribute in the given scope.
get(HttpSession, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
get(JspContext, int, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
Gets an attribute in the given scope.
get(JspContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
get(ServletContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
get(ServletRequest, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
getAbsolutePath(HttpServletRequest, String) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Resolves a possibly page-relative path to a context-absolute path.
getAbsoluteURL(HttpServletRequest, boolean, String) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets an absolute URL for the given path.
getAbsoluteURL(HttpServletRequest, boolean, String, Encoder, Appendable) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets an absolute URL for the given path.
getAbsoluteURL(HttpServletRequest, boolean, String, Appendable) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets an absolute URL for the given path.
getAbsoluteURL(HttpServletRequest, String) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets an absolute URL for the given path.
getAbsoluteURL(HttpServletRequest, String, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
getAbsoluteURL(HttpServletRequest, String, boolean, Encoder, Appendable) - Static method in class com.aoapps.servlet.http.HttpServletUtil
getAbsoluteURL(HttpServletRequest, String, boolean, Appendable) - Static method in class com.aoapps.servlet.http.HttpServletUtil
getAbsoluteURL(HttpServletRequest, String, Encoder, Appendable) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets an absolute URL for the given path.
getAbsoluteURL(HttpServletRequest, String, Appendable) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets an absolute URL for the given path.
getAllDeclaredMethods(Class<?>, Class<?>) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
getArgs() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspException
getArgs() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
getArgs() - Method in exception class com.aoapps.servlet.LocalizedServletException
getAttributeNames() - Method in class com.aoapps.servlet.attribute.ContextEE.Application
getAttributeNames() - Method in class com.aoapps.servlet.attribute.ContextEE.Page
getAttributeNames() - Method in class com.aoapps.servlet.attribute.ContextEE.Request
getAttributeNames() - Method in class com.aoapps.servlet.attribute.ContextEE.Session
getCache(ServletContext) - Static method in class com.aoapps.servlet.ServletContextCache
getComment(Cookie) - Static method in class com.aoapps.servlet.http.Cookies
Gets the comment of a cookie, decoded via URIDecoder.decodeURIComponent(java.lang.String).
getContext() - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
Gets the application context for this attribute.
getContext() - Method in class com.aoapps.servlet.attribute.AttributeEE
Gets the context for this attribute.
getContext() - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Gets the page context for this attribute.
getContext() - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
Gets the request context for this attribute.
getContext() - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
Gets the session context for this attribute.
getContextRequestUri(HttpServletRequest) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets the current request URI in context-absolute form.
getCookie(HttpServletRequest, String) - Static method in class com.aoapps.servlet.http.Cookies
Gets a cookie value given its name or null if not found.
getCurrentPagePath(HttpServletRequest) - Static method in class com.aoapps.servlet.http.Dispatcher
Gets the current page path, including any effects from include/forward.
getDispatchedPage(ServletRequest) - Static method in class com.aoapps.servlet.http.Dispatcher
Gets the current request dispatched page or null if not set.
getInstance() - Static method in class com.aoapps.servlet.NullServletOutputStream
 
getInstance(ServletContext) - Static method in class com.aoapps.servlet.ServletContextCache
Gets or creates the cache for the provided servlet context.
getKey() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspException
 
getKey() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
getKey() - Method in exception class com.aoapps.servlet.LocalizedServletException
 
getLastModified(String) - Method in class com.aoapps.servlet.ServletContextCache
Gets a modified time from either a file or URL.
getLastModified(ServletContext, String) - Static method in class com.aoapps.servlet.ServletContextCache
 
getLocalizedMessage() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspException
 
getLocalizedMessage() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
getLocalizedMessage() - Method in exception class com.aoapps.servlet.LocalizedServletException
 
getName(Cookie) - Static method in class com.aoapps.servlet.http.Cookies
Gets the name of a cookie, decoded via URIDecoder.decodeURIComponent(java.lang.String).
getOrDefault(int, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
getOrDefault(HttpSession, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
getOrDefault(JspContext, int, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
getOrDefault(JspContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
getOrDefault(ServletContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
getOrDefault(ServletRequest, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
getOrDefault(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
getOrDefault(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
getOrDefault(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
getOrDefault(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
getOriginalPage(ServletRequest) - Static method in class com.aoapps.servlet.http.Dispatcher
Gets the current request original page or null if not set.
getOriginalPagePath(HttpServletRequest) - Static method in class com.aoapps.servlet.http.Dispatcher
Gets the original page path corresponding to the original request before any forward/include.
getOutputStream() - Method in class com.aoapps.servlet.http.NullHttpServletResponseWrapper
 
getParameter(String) - Method in class com.aoapps.servlet.ServletRequestParameters
 
getParameterMap() - Method in class com.aoapps.servlet.ServletRequestParameters
 
getParameterNames() - Method in class com.aoapps.servlet.ServletRequestParameters
 
getParameterValues(String) - Method in class com.aoapps.servlet.ServletRequestParameters
 
getPath(Cookie) - Static method in class com.aoapps.servlet.http.Cookies
Gets the path of a cookie, decoded via URIDecoder.decodeURI(java.lang.String).
getRealPath(String) - Method in class com.aoapps.servlet.ServletContextCache
 
getRealPath(ServletContext, String) - Static method in class com.aoapps.servlet.ServletContextCache
 
getRequestEncoding(ServletRequest) - Static method in class com.aoapps.servlet.ServletUtil
Gets the request encoding or ISO-8859-1 when not available.
getResource(String) - Method in class com.aoapps.servlet.ServletContextCache
Gets the possibly cached URL.
getResource(ServletContext, String) - Static method in class com.aoapps.servlet.ServletContextCache
 
getResources() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspException
 
getResources() - Method in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
getResources() - Method in exception class com.aoapps.servlet.LocalizedServletException
 
getScope() - Method in class com.aoapps.servlet.attribute.ContextEE.Application
getScope() - Method in class com.aoapps.servlet.attribute.ContextEE
Gets the scope for this context.
getScope() - Method in class com.aoapps.servlet.attribute.ContextEE.Page
Gets the page scope.
getScope() - Method in class com.aoapps.servlet.attribute.ContextEE.Request
Gets the request scope.
getScope() - Method in class com.aoapps.servlet.attribute.ContextEE.Session
Gets the session scope.
getScopeId(String) - Static method in class com.aoapps.servlet.attribute.ScopeEE.Page
Gets the PageContext scope value for the textual scope name.
getSubmittedFileName(Part) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Gets the submitted filename for a file upload or null when unknown.
getValue(Cookie) - Static method in class com.aoapps.servlet.http.Cookies
Gets the value of a cookie, decoded via URIDecoder.decodeURIComponent(java.lang.String).
getWriter() - Method in class com.aoapps.servlet.http.NullHttpServletResponseWrapper
 

H

HttpServletUtil - Class in com.aoapps.servlet.http
Static utilities that may be useful by servlet/JSP/taglib environments.
HttpServletUtil.UrlModifier - Interface in com.aoapps.servlet.http
 

I

identity() - Static method in interface com.aoapps.servlet.function.ServletFunction
 
identity() - Static method in interface com.aoapps.servlet.function.ServletFunctionE
 
identity() - Static method in interface com.aoapps.servlet.jsp.function.JspFunction
 
identity() - Static method in interface com.aoapps.servlet.jsp.function.JspFunctionE
 
include(String, RequestDispatcher, HttpServletRequest, HttpServletResponse) - Static method in class com.aoapps.servlet.http.Dispatcher
 
include(String, RequestDispatcher, HttpServletRequest, HttpServletResponse, Map<String, ?>) - Static method in class com.aoapps.servlet.http.Dispatcher
Performs a forward with the provided servlet path and associated dispatcher.
include(ServletContext, String, HttpServletRequest, HttpServletResponse) - Static method in class com.aoapps.servlet.http.Dispatcher
 
include(ServletContext, String, HttpServletRequest, HttpServletResponse, Map<String, ?>) - Static method in class com.aoapps.servlet.http.Dispatcher
Performs an include, allowing page-relative paths and setting all values compatible with <ao:include> tag.
INCLUDE_CONTEXT_PATH - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
INCLUDE_PATH_INFO - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
INCLUDE_QUERY_STRING - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
INCLUDE_REQUEST_URI - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
INCLUDE_SERVLET_PATH - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Request
 
Includer - Class in com.aoapps.servlet.http
Performs an include while allowing SkipPageException and sendError to escape the include.
init(int, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Initializes this page-scope attribute, returning a backup value, which must be closed to restore the old value.
init(FilterConfig) - Method in class com.aoapps.servlet.i18n.EditableResourceServletFilter
 
init(ServletConfig) - Method in class com.aoapps.servlet.i18n.SetResourceBundleValue
 
init(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
Initializes this application-scope attribute, returning a backup value, which must be closed to restore the old value.
init(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Initializes this page-scope attribute, returning a backup value, which must be closed to restore the old value.
init(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
Initializes this request-scope attribute, returning a backup value, which must be closed to restore the old value.
init(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
Initializes this session-scope attribute, returning a backup value, which must be closed to restore the old value.
Initializer() - Constructor for class com.aoapps.servlet.ServletContextCache.Initializer
 
isEqual(Object) - Static method in interface com.aoapps.servlet.function.ServletPredicate
 
isEqual(Object) - Static method in interface com.aoapps.servlet.function.ServletPredicateE
 
isEqual(Object) - Static method in interface com.aoapps.servlet.jsp.function.JspPredicate
 
isEqual(Object) - Static method in interface com.aoapps.servlet.jsp.function.JspPredicateE
 
isFastToString() - Method in class com.aoapps.servlet.ServletRequestParameters
 
isGooglebot(HttpServletRequest) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Determines if the requestor is Googlebot as described at: http://www.google.com/support/webmasters/bin/answer.py?answer=80553
isReady() - Method in class com.aoapps.servlet.NullServletOutputStream
 

J

JavaeeWebSurrogateFactoryInitializer - Class in com.aoapps.servlet
JavaeeWebSurrogateFactoryInitializer() - Constructor for class com.aoapps.servlet.JavaeeWebSurrogateFactoryInitializer
 
JspBiConsumer<T,U> - Interface in com.aoapps.servlet.jsp.function
A biconsumer that is allowed to throw JspException and IOException.
JspBiConsumerE<T,U,Ex> - Interface in com.aoapps.servlet.jsp.function
A biconsumer that is allowed to throw JspException, IOException, and a checked exception.
JspConsumer<T> - Interface in com.aoapps.servlet.jsp.function
A consumer that is allowed to throw JspException and IOException.
JspConsumerE<T,Ex> - Interface in com.aoapps.servlet.jsp.function
A consumer that is allowed to throw JspException, IOException, and a checked exception.
JspFunction<T,R> - Interface in com.aoapps.servlet.jsp.function
A function that is allowed to throw JspException and IOException.
JspFunctionE<T,R,Ex> - Interface in com.aoapps.servlet.jsp.function
A function that is allowed to throw JspException, IOException, and a checked exception.
JspPredicate<T> - Interface in com.aoapps.servlet.jsp.function
A predicate that is allowed to throw JspException and IOException.
JspPredicateE<T,Ex> - Interface in com.aoapps.servlet.jsp.function
A predicate that is allowed to throw JspException, IOException, and a checked exception.
JspRunnable - Interface in com.aoapps.servlet.jsp.function
A runnable that is allowed to throw JspException and IOException.
JspRunnableE<Ex> - Interface in com.aoapps.servlet.jsp.function
A runnable that is allowed to throw JspException, IOException, and a checked exception.
JspSupplier<T> - Interface in com.aoapps.servlet.jsp.function
A supplier that is allowed to throw JspException and IOException.
JspSupplierE<T,Ex> - Interface in com.aoapps.servlet.jsp.function
A supplier that is allowed to throw JspException, IOException, and a checked exception.
JspTagUtils - Class in com.aoapps.servlet.jsp.tagext
Static utilities for JSP taglibs.
jstl(String) - Static method in class com.aoapps.servlet.attribute.AttributeEE
A JSTL attribute name without any specific scope or context.

K

key - Variable in exception class com.aoapps.servlet.jsp.LocalizedJspException
 
key - Variable in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
key - Variable in exception class com.aoapps.servlet.LocalizedServletException
 

L

loadFromResource(ServletContext, String) - Static method in class com.aoapps.servlet.PropertiesUtils
Loads properties from a web resource.
LocalizedJspException - Exception Class in com.aoapps.servlet.jsp
Extends JspException to provide exceptions with user locale error messages.
LocalizedJspException(Resources, String) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspException
 
LocalizedJspException(Resources, String, Serializable...) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspException
 
LocalizedJspException(Throwable, Resources, String) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspException
 
LocalizedJspException(Throwable, Resources, String, Serializable...) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspException
 
LocalizedJspTagException - Exception Class in com.aoapps.servlet.jsp
Extends JspTagException to provide exceptions with user locale error messages.
LocalizedJspTagException(Resources, String) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
LocalizedJspTagException(Resources, String, Serializable...) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
LocalizedJspTagException(Throwable, Resources, String) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
LocalizedJspTagException(Throwable, Resources, String, Serializable...) - Constructor for exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
LocalizedServletException - Exception Class in com.aoapps.servlet
Extends ServletException to provide exceptions with user locale error messages.
LocalizedServletException(Resources, String) - Constructor for exception class com.aoapps.servlet.LocalizedServletException
 
LocalizedServletException(Resources, String, Serializable...) - Constructor for exception class com.aoapps.servlet.LocalizedServletException
 
LocalizedServletException(Throwable, Resources, String) - Constructor for exception class com.aoapps.servlet.LocalizedServletException
 
LocalizedServletException(Throwable, Resources, String, Serializable...) - Constructor for exception class com.aoapps.servlet.LocalizedServletException
 

M

merge(int, T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
merge(HttpSession, String, T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
merge(JspContext, int, String, T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
merge(JspContext, String, T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
merge(ServletContext, String, T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
merge(ServletRequest, String, T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
merge(T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
merge(T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
merge(T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
merge(T, BiFunctionE<? super T, ? super T, ? extends T, ? extends Ex>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
METHOD_DELETE - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
METHOD_GET - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
METHOD_HEAD - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
METHOD_OPTIONS - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
METHOD_POST - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
METHOD_PUT - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
METHOD_TRACE - Static variable in class com.aoapps.servlet.http.HttpServletUtil
 
modify(String) - Method in interface com.aoapps.servlet.http.HttpServletUtil.UrlModifier
Modifies the URL that is being processed.

N

negate() - Method in interface com.aoapps.servlet.function.ServletPredicateE
 
negate() - Method in interface com.aoapps.servlet.jsp.function.JspPredicateE
 
newCookie(String, String) - Static method in class com.aoapps.servlet.http.Cookies
Creates a new cookie, but does not add it to any response.
newCookie(HttpServletRequest, String, String, String, int, boolean, boolean) - Static method in class com.aoapps.servlet.http.Cookies
Creates a new cookie, but does not add it to any response.
not(ServletPredicate<? super T>) - Static method in interface com.aoapps.servlet.function.ServletPredicate
 
not(ServletPredicateE<? super T, ? extends Ex>) - Static method in interface com.aoapps.servlet.function.ServletPredicateE
 
not(JspPredicate<? super T>) - Static method in interface com.aoapps.servlet.jsp.function.JspPredicate
 
not(JspPredicateE<? super T, ? extends Ex>) - Static method in interface com.aoapps.servlet.jsp.function.JspPredicateE
 
NullHttpServletResponseWrapper - Class in com.aoapps.servlet.http
Discards all output.
NullHttpServletResponseWrapper(HttpServletResponse) - Constructor for class com.aoapps.servlet.http.NullHttpServletResponseWrapper
 
NullServletOutputStream - Class in com.aoapps.servlet
Discards all data.

O

or(ServletPredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.servlet.function.ServletPredicateE
 
or(JspPredicateE<? super T, ? extends Ex>) - Method in interface com.aoapps.servlet.jsp.function.JspPredicateE
 
ORDERED_LIBS - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Application
 
OUT - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 

P

page() - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the page scope and this name, still needs context.
page() - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the page scope and this name, still needs context.
page(JspContext) - Static method in class com.aoapps.servlet.attribute.ContextEE
AttributeEE: Uses the given page scope and context, still needs name.
PAGE - Static variable in class com.aoapps.servlet.attribute.ScopeEE
AttributeEE: Uses the page scope, still needs context and name.
PAGE - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
PAGECONTEXT - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
print(boolean) - Method in class com.aoapps.servlet.NullServletOutputStream
 
print(char) - Method in class com.aoapps.servlet.NullServletOutputStream
 
print(double) - Method in class com.aoapps.servlet.NullServletOutputStream
 
print(float) - Method in class com.aoapps.servlet.NullServletOutputStream
 
print(int) - Method in class com.aoapps.servlet.NullServletOutputStream
 
print(long) - Method in class com.aoapps.servlet.NullServletOutputStream
 
print(String) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println() - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(boolean) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(char) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(double) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(float) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(int) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(long) - Method in class com.aoapps.servlet.NullServletOutputStream
 
println(String) - Method in class com.aoapps.servlet.NullServletOutputStream
 
PropertiesUtils - Class in com.aoapps.servlet
Property utilities for servlet environments.

R

remove() - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
Removes the value from this application-scope attribute.
remove() - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Removes the value from this page-scope attribute.
remove() - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
Removes the value from this request-scope attribute.
remove() - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
Removes the value from this session-scope attribute.
remove(int) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Removes this attribute from the given scope.
remove(int, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
remove(HttpSession, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
remove(HttpSession, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
remove(JspContext, int, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
Removes an attribute from the given scope.
remove(JspContext, int, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
remove(JspContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
remove(JspContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
remove(ServletContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
remove(ServletContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
remove(ServletRequest, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
remove(ServletRequest, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
remove(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
remove(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
remove(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
remove(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
removeAll() - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
removeAll(JspContext, String) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
removeCookie(HttpServletRequest, HttpServletResponse, String, boolean, boolean) - Static method in class com.aoapps.servlet.http.Cookies
Removes a cookie by adding it with maxAge of zero.
replace(int, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(int, T, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(HttpSession, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
replace(HttpSession, String, T, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
replace(JspContext, int, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(JspContext, int, String, T, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(JspContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(JspContext, String, T, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(ServletContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
replace(ServletContext, String, T, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
replace(ServletRequest, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
replace(ServletRequest, String, T, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
replace(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
replace(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
replace(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
replace(T, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
replace(T, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
replace(T, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
replace(T, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
request() - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the request scope and this name, still needs context.
request() - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the request scope and this name, still needs context.
request(ServletRequest) - Static method in class com.aoapps.servlet.attribute.ContextEE
AttributeEE: Uses the given request scope and context, still needs name.
REQUEST - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
REQUEST - Static variable in class com.aoapps.servlet.attribute.ScopeEE
AttributeEE: Uses the request scope, still needs context and name.
REQUEST_CHAR_SET - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Session
 
requireAncestor(LocalizedSupplier<Ex>, String, JspTag, String, Class<? extends T>) - Static method in class com.aoapps.servlet.jsp.tagext.JspTagUtils
Finds the first parent tag of the provided class (or subclass) or implementing the provided interface.
requireAncestor(LocalizedSupplier<Ex>, JspTag, Class<? extends T>) - Static method in class com.aoapps.servlet.jsp.tagext.JspTagUtils
requireAncestor(String, JspTag, String, Class<? extends T>) - Static method in class com.aoapps.servlet.jsp.tagext.JspTagUtils
Finds the first parent tag of the provided class (or subclass) or implementing the provided interface.
requireAncestor(JspTag, Class<? extends T>) - Static method in class com.aoapps.servlet.jsp.tagext.JspTagUtils
resolveValue(Object, Class<T>, ELContext) - Static method in class com.aoapps.servlet.el.ElUtils
Casts or evaluates an expression then casts to the provided type.
resolveValue(ValueExpression, Class<T>, ELContext) - Static method in class com.aoapps.servlet.el.ElUtils
Evaluates an expression then casts to the provided type.
resources - Variable in exception class com.aoapps.servlet.jsp.LocalizedJspException
 
resources - Variable in exception class com.aoapps.servlet.jsp.LocalizedJspTagException
 
resources - Variable in exception class com.aoapps.servlet.LocalizedServletException
 
RESPONSE - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
run() - Method in class com.aoapps.servlet.BodyContentImplCoercionOptimizerInitializer
 
run() - Method in interface com.aoapps.servlet.function.ServletRunnable
 
run() - Method in interface com.aoapps.servlet.function.ServletRunnableE
 
run() - Method in class com.aoapps.servlet.JavaeeWebSurrogateFactoryInitializer
 
run() - Method in interface com.aoapps.servlet.jsp.function.JspRunnable
 
run() - Method in interface com.aoapps.servlet.jsp.function.JspRunnableE
 

S

scope(Scope<C>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given scope and this name, still needs context.
scope(ScopeEE<C>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given scope and this name, still needs context.
scope(Class<C>) - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the given scope (located by content type) and this name, still needs context.
SCOPE_APPLICATION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
The set of allowed scope names: application scope.
SCOPE_PAGE - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
The set of allowed scope names: page scope.
SCOPE_REQUEST - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
The set of allowed scope names: request scope.
SCOPE_SESSION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
The set of allowed scope names: session scope.
ScopeEE<C> - Class in com.aoapps.servlet.attribute
The most broad concept is scope, including page, request, session, and application.
ScopeEE.Application - Class in com.aoapps.servlet.attribute
AttributeEE: Has application scope, still needs context and name.
ScopeEE.Application.Attribute<T> - Class in com.aoapps.servlet.attribute
AttributeEE: Has application scope and name, still needs context.
ScopeEE.Attribute<C,T> - Class in com.aoapps.servlet.attribute
AttributeEE: Has scope and name, still needs context.
ScopeEE.Page - Class in com.aoapps.servlet.attribute
AttributeEE: Has page scope, still needs context and name.
ScopeEE.Page.Attribute<T> - Class in com.aoapps.servlet.attribute
AttributeEE: Has page scope and name, still needs context.
ScopeEE.Request - Class in com.aoapps.servlet.attribute
AttributeEE: Has request scope, still needs context and name.
ScopeEE.Request.Attribute<T> - Class in com.aoapps.servlet.attribute
AttributeEE: Has request scope and name, still needs context.
ScopeEE.Session - Class in com.aoapps.servlet.attribute
AttributeEE: Has session scope, still needs context and name.
ScopeEE.Session.Attribute<T> - Class in com.aoapps.servlet.attribute
AttributeEE: Has session scope and name, still needs context.
ScopeEEFactory() - Constructor for class com.aoapps.servlet.attribute.AttributeEE.Name.ScopeEEFactory
 
sendError(HttpServletRequest, HttpServletResponse, int) - Static method in class com.aoapps.servlet.http.Includer
Sends an error.
sendError(HttpServletRequest, HttpServletResponse, int, String) - Static method in class com.aoapps.servlet.http.Includer
Sends an error.
sendRedirect(int, HttpServletRequest, HttpServletResponse, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, HttpServletRequest, HttpServletResponse, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, HttpServletRequest, HttpServletResponse, String, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, HttpServletRequest, HttpServletResponse, String, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, HttpServletResponse, String) - Static method in class com.aoapps.servlet.http.HttpServletUtil
Sends a redirect to the provided location.
sendRedirect(int, JspContext, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, JspContext, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, PageContext, String, URIParameters, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
sendRedirect(int, PageContext, String, URIParameters, HttpServletUtil.UrlModifier, boolean, boolean) - Static method in class com.aoapps.servlet.http.HttpServletUtil
 
ServletBiConsumer<T,U> - Interface in com.aoapps.servlet.function
A biconsumer that is allowed to throw ServletException and IOException.
ServletBiConsumerE<T,U,Ex> - Interface in com.aoapps.servlet.function
A biconsumer that is allowed to throw ServletException, IOException, and a checked exception.
ServletConsumer<T> - Interface in com.aoapps.servlet.function
A consumer that is allowed to throw ServletException and IOException.
ServletConsumerE<T,Ex> - Interface in com.aoapps.servlet.function
A consumer that is allowed to throw ServletException, IOException, and a checked exception.
ServletContextCache - Class in com.aoapps.servlet
ServletContext methods can be somewhat slow, this offers a cache that refreshes the recently used values in the background.
ServletContextCache.Initializer - Class in com.aoapps.servlet
Initializes the cache during application start-up.
ServletFunction<T,R> - Interface in com.aoapps.servlet.function
A function that is allowed to throw ServletException and IOException.
ServletFunctionE<T,R,Ex> - Interface in com.aoapps.servlet.function
A function that is allowed to throw ServletException, IOException, and a checked exception.
ServletPredicate<T> - Interface in com.aoapps.servlet.function
A predicate that is allowed to throw ServletException and IOException.
ServletPredicateE<T,Ex> - Interface in com.aoapps.servlet.function
A predicate that is allowed to throw ServletException, IOException, and a checked exception.
ServletRequestParameters - Class in com.aoapps.servlet
Gets unmodifiable parameters from the provided request.
ServletRequestParameters(ServletRequest) - Constructor for class com.aoapps.servlet.ServletRequestParameters
 
ServletRunnable - Interface in com.aoapps.servlet.function
A runnable that is allowed to throw ServletException and IOException.
ServletRunnableE<Ex> - Interface in com.aoapps.servlet.function
A runnable that is allowed to throw ServletException, IOException, and a checked exception.
ServletSupplier<T> - Interface in com.aoapps.servlet.function
A supplier that is allowed to throw ServletException and IOException.
ServletSupplierE<T,Ex> - Interface in com.aoapps.servlet.function
A supplier that is allowed to throw ServletException, IOException, and a checked exception.
ServletUtil - Class in com.aoapps.servlet
Static utilities that may be useful by servlet/JSP/taglib environments.
session() - Method in class com.aoapps.servlet.attribute.AttributeEE.Jstl
AttributeEE: Uses the session scope and this name, still needs context.
session() - Method in class com.aoapps.servlet.attribute.AttributeEE.Name
AttributeEE: Uses the session scope and this name, still needs context.
session(HttpSession) - Static method in class com.aoapps.servlet.attribute.ContextEE
AttributeEE: Uses the given session scope and context, still needs name.
SESSION - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Page
 
SESSION - Static variable in class com.aoapps.servlet.attribute.ScopeEE
AttributeEE: Uses the session scope, still needs context and name.
set() - Static method in class com.aoapps.servlet.http.Canonical
Sets the current state of the canonical ThreadLocal to true.
set(boolean) - Static method in class com.aoapps.servlet.http.Canonical
Sets the current state of the canonical ThreadLocal to the given value.
set(int, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Sets this attribute in the given scope.
set(HttpSession, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
set(JspContext, int, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
Sets an attribute in the given scope.
set(JspContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
set(ServletContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
set(ServletRequest, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
set(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
Sets the value of this application-scope attribute.
set(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
Sets the value of this page-scope attribute.
set(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
Sets the value of this request-scope attribute.
set(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
Sets the value of this session-scope attribute.
setComment(Cookie, String) - Static method in class com.aoapps.servlet.http.Cookies
Sets the comment of a cookie, encoded via URIEncoder.encodeURIComponent(java.lang.String).
setContentType(ServletResponse, String, String) - Static method in class com.aoapps.servlet.ServletUtil
Sets the response content type.
setContentType(ServletResponse, String, Charset) - Static method in class com.aoapps.servlet.ServletUtil
Sets the response content type.
setDispatchedPage(ServletRequest, String) - Static method in class com.aoapps.servlet.http.Dispatcher
Sets the current request dispatched page.
setIfAbsent(int, T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
setIfAbsent(HttpSession, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Session
setIfAbsent(JspContext, int, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
setIfAbsent(JspContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Page
setIfAbsent(ServletContext, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Application
setIfAbsent(ServletRequest, String, T) - Static method in class com.aoapps.servlet.attribute.AttributeEE.Request
setIfAbsent(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Application
setIfAbsent(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Page
setIfAbsent(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Request
setIfAbsent(T) - Method in class com.aoapps.servlet.attribute.AttributeEE.Session
setLocation(HttpServletRequest, HttpServletResponse, String) - Static method in class com.aoapps.servlet.http.Includer
Sets a Location header.
setOriginalPage(ServletRequest, String) - Static method in class com.aoapps.servlet.http.Dispatcher
Sets the current request original page.
setPageSkipped(ServletRequest) - Static method in class com.aoapps.servlet.http.Includer
Sets the skip page flag.
setPath(Cookie, String) - Static method in class com.aoapps.servlet.http.Cookies
Sets the path of a cookie, encoded via URIEncoder.encodeURI(java.lang.String).
SetResourceBundleValue - Class in com.aoapps.servlet.i18n
Sets the resource bundle value.
SetResourceBundleValue() - Constructor for class com.aoapps.servlet.i18n.SetResourceBundleValue
 
setWriteListener(WriteListener) - Method in class com.aoapps.servlet.NullServletOutputStream
 
SKIP_PAGE_EXCEPTION - Static variable in class com.aoapps.servlet.ServletUtil
A shared SkipPageException instance to avoid exception creation overhead for the routine operation of skipping pages.
SQL_DATA_SOURCE - Static variable in class com.aoapps.servlet.attribute.AttributeEE.Jstl
 
SQL_MAX_ROWS - Static variable in class com.aoapps.servlet.attribute.AttributeEE.Jstl
 

T

TEMPDIR - Static variable in class com.aoapps.servlet.attribute.ScopeEE.Application
 
test(T) - Method in interface com.aoapps.servlet.function.ServletPredicate
 
test(T) - Method in interface com.aoapps.servlet.function.ServletPredicateE
 
test(T) - Method in interface com.aoapps.servlet.jsp.function.JspPredicate
 
test(T) - Method in interface com.aoapps.servlet.jsp.function.JspPredicateE
 
toString() - Method in class com.aoapps.servlet.ServletRequestParameters

W

write(byte[]) - Method in class com.aoapps.servlet.NullServletOutputStream
 
write(byte[], int, int) - Method in class com.aoapps.servlet.NullServletOutputStream
 
write(int) - Method in class com.aoapps.servlet.NullServletOutputStream
 
A B C D E F G H I J K L M N O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form