org.tinygroup.weblayer.webcontext.parser.impl
类 ServletRequestContext

java.lang.Object
  继承者 org.apache.commons.fileupload.servlet.ServletRequestContext
      继承者 org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
所有已实现的接口:
org.apache.commons.fileupload.RequestContext

public class ServletRequestContext
extends org.apache.commons.fileupload.servlet.ServletRequestContext

继承自commons-fileupload-1.2.1的同名类,改进了如下内容:

作者:
Michael Zhou

字段摘要
static String DEFAULT_CHARSET
           
 
构造方法摘要
ServletRequestContext(javax.servlet.http.HttpServletRequest request)
           
 
方法摘要
 String getCharacterEncoding()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 
从类 org.apache.commons.fileupload.servlet.ServletRequestContext 继承的方法
getContentLength, getContentType, getInputStream, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

DEFAULT_CHARSET

public static final String DEFAULT_CHARSET
另请参见:
常量字段值
构造方法详细信息

ServletRequestContext

public ServletRequestContext(javax.servlet.http.HttpServletRequest request)
方法详细信息

getCharacterEncoding

public String getCharacterEncoding()
指定者:
接口 org.apache.commons.fileupload.RequestContext 中的 getCharacterEncoding
覆盖:
org.apache.commons.fileupload.servlet.ServletRequestContext 中的 getCharacterEncoding

getRequest

public javax.servlet.http.HttpServletRequest getRequest()


Copyright © 2006–2013 开源组织. All rights reserved.