当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
AbstractInputContext - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.app.impl
Class AbstractInputContext
java.lang.Object
org.jboss.portal.server.app.impl.AbstractInputContext
- All Implemented Interfaces:
- InputContext
- public class AbstractInputContext
- extends java.lang.Object
- implements InputContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInputContext
public AbstractInputContext(javax.servlet.http.HttpServletRequest req,
Parameters parameters,
Mode mode,
WindowState windowState)
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface InputContext
getReader
public java.io.BufferedReader getReader()
throws java.io.IOException
- Specified by:
getReader
in interface InputContext
- Throws:
java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream
in interface InputContext
- Throws:
java.io.IOException
getContentLength
public int getContentLength()
- Specified by:
getContentLength
in interface InputContext
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface InputContext
getParameters
public Parameters getParameters()
- Specified by:
getParameters
in interface InputContext
getMode
public Mode getMode()
- Specified by:
getMode
in interface InputContext
getWindowState
public WindowState getWindowState()
- Specified by:
getWindowState
in interface InputContext