Index

C D E G R S 
All Classes and Interfaces|All Packages

C

com.aoapps.encoding.servlet - module com.aoapps.encoding.servlet
 
com.aoapps.encoding.servlet - package com.aoapps.encoding.servlet
 

D

DEFAULT_INIT_PARAM - Static variable in class com.aoapps.encoding.servlet.DoctypeEE
Context init parameter that may be used to configure the default doctype within an application.
DEFAULT_INIT_PARAM - Static variable in class com.aoapps.encoding.servlet.SerializationEE
Context init parameter that may be used to configure the use of XHTML within an application.
DoctypeEE - Class in com.aoapps.encoding.servlet
Manages Doctype in a Servlet environment.

E

encodeURL(String) - Method in class com.aoapps.encoding.servlet.EncodingContextEE
EncodingContextEE - Class in com.aoapps.encoding.servlet
Encoding being done within a servlet context.
EncodingContextEE(Doctype, Serialization, Charset, HttpServletResponse) - Constructor for class com.aoapps.encoding.servlet.EncodingContextEE
Uses the provided doctype, serialization, and character encoding.
EncodingContextEE(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class com.aoapps.encoding.servlet.EncodingContextEE
The values for Doctype, Serialization, and Charset are only looked-up once and cached.

G

get(ServletContext, HttpServletRequest) - Static method in class com.aoapps.encoding.servlet.SerializationEE
Gets the serialization in effect for the request, or the default when not yet set.
get(ServletContext, ServletRequest) - Static method in class com.aoapps.encoding.servlet.DoctypeEE
Gets the doctype in effect for the request, or the default when not yet set.
getCharacterEncoding() - Method in class com.aoapps.encoding.servlet.EncodingContextEE
getDefault(ServletContext) - Static method in class com.aoapps.encoding.servlet.DoctypeEE
Determines the default doctype by first checking for context-param of DEFAULT_INIT_PARAM, then using Doctype.DEFAULT when unspecified or "default".
getDefault(ServletContext, HttpServletRequest) - Static method in class com.aoapps.encoding.servlet.SerializationEE
Determine if the content may be served as application/xhtml+xml by the rules defined in http://www.w3.org/TR/xhtml-media-types/ Default to application/xhtml+xml as discussed at http://www.smackthemouse.com/xhtmlxml.
getDoctype() - Method in class com.aoapps.encoding.servlet.EncodingContextEE
getSerialization() - Method in class com.aoapps.encoding.servlet.EncodingContextEE

R

replace(ServletRequest, Doctype) - Static method in class com.aoapps.encoding.servlet.DoctypeEE
Replaces the doctype in effect for the request.
replace(ServletRequest, Serialization) - Static method in class com.aoapps.encoding.servlet.SerializationEE
Replaces the serialization in effect for the request.

S

SerializationEE - Class in com.aoapps.encoding.servlet
Manages Serialization in a Servlet environment.
set(ServletRequest, Doctype) - Static method in class com.aoapps.encoding.servlet.DoctypeEE
Registers the doctype in effect for the request.
set(ServletRequest, Serialization) - Static method in class com.aoapps.encoding.servlet.SerializationEE
Registers the serialization in effect for the request.
C D E G R S 
All Classes and Interfaces|All Packages