|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLCContext.SessionURLEncodingMode | |
org.enhydra.xml.xmlc.servlet |
Uses of XMLCContext.SessionURLEncodingMode in org.enhydra.xml.xmlc.servlet |
Fields in org.enhydra.xml.xmlc.servlet declared as XMLCContext.SessionURLEncodingMode | |
static XMLCContext.SessionURLEncodingMode |
XMLCContext.URL_ENCODING_AUTO
Value indicating that URL session encoding should be detected automatically based on if it was used for the current requested. |
static XMLCContext.SessionURLEncodingMode |
XMLCContext.URL_ENCODING_ALWAYS
Value indicating that URL session encoding should always be used. |
static XMLCContext.SessionURLEncodingMode |
XMLCContext.URL_ENCODING_NEVER
Value indicating that URL session encoding should never be used. |
Methods in org.enhydra.xml.xmlc.servlet that return XMLCContext.SessionURLEncodingMode | |
XMLCContext.SessionURLEncodingMode |
XMLCContext.getSessionURLEncoding()
|
Methods in org.enhydra.xml.xmlc.servlet with parameters of type XMLCContext.SessionURLEncodingMode | |
void |
XMLCContext.setSessionURLEncoding(XMLCContext.SessionURLEncodingMode mode)
Set the session URL encoding mode. |
Constructors in org.enhydra.xml.xmlc.servlet with parameters of type XMLCContext.SessionURLEncodingMode | |
XMLCContext(javax.servlet.ServletContext servletContext,
XMLCFactory factory,
XMLCContext.SessionURLEncodingMode sessionURLEncodingMode,
boolean logStats,
int compressionType)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |