public class MultiPartServletService extends DefaultServletService implements ServletService
ServletService
that supports MultiPart form content via tha apache fileupload
libraries. It will therefore work in a servlet 2 container.
For servlet 3 there are equivalent methods in httprequest and we can remove this dependency by using thatALLOW_EXTERNAL_AUTH_FEATURE, ALLOW_INSECURE, ARG_TERRMINATOR, BASIC_AUTH_REALM_PARAM, conn, EXTERNAL_AUTH_ONLY_FEATURE, EXTERNAL_AUTH_VIA_LOGIN_FEATURE, NEED_CERTIFICATE_FEATURE, PARAMS_KEY_NAME, REDIRECT_TO_LOGIN_FEATURE
DEFAULT_PAYLOAD_PARAM
Constructor and Description |
---|
MultiPartServletService(AppContext conn,
ServletContext ctx,
ServletRequest req,
ServletResponse res) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
makeParams(HttpServletRequest req)
create a Map of request parameters from scratch.
|
addCookie, addErrorProps, cleanup, decode, defaultCharset, encodePage, encodeURL, forward, getArgs, getAttributeNames, getContext, getParams, getRequest, getRequestAttribute, getSession, getSession, getType, getWebName, isComitted, logout, message, noCache, populateSession, redirect, redirect, requestAuthentication, requestLogin, setRequestAttribute, setTimeout, supportsMime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addErrorProps, defaultCharset, encodePage, encodeURL, forward, getArgs, getAttributeNames, getParams, getRequestAttribute, getStreamParam, getTextParameter, getWebName, isComitted, noCache, populateSession, redirect, redirect, requestAuthentication, requestLogin, setRequestAttribute, setTimeout
getType
cleanup
getContext
public MultiPartServletService(AppContext conn, ServletContext ctx, ServletRequest req, ServletResponse res)
public java.util.Map<java.lang.String,java.lang.Object> makeParams(HttpServletRequest req)
DefaultServletService
makeParams
in class DefaultServletService