站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

AbstractInputContext - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.app.impl
Class AbstractInputContext

java.lang.Object
  extended byorg.jboss.portal.server.app.impl.AbstractInputContext
All Implemented Interfaces:
InputContext

public class AbstractInputContext
extends java.lang.Object
implements InputContext


Constructor Summary
AbstractInputContext(javax.servlet.http.HttpServletRequest req, Parameters parameters, Mode mode, WindowState windowState)
           
 
Method Summary
 java.lang.String getCharacterEncoding()
           
 int getContentLength()
           
 java.lang.String getContentType()
           
 java.io.InputStream getInputStream()
           
 Mode getMode()
           
 Parameters getParameters()
           
 java.io.BufferedReader getReader()
           
 WindowState getWindowState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInputContext

public AbstractInputContext(javax.servlet.http.HttpServletRequest req,
                            Parameters parameters,
                            Mode mode,
                            WindowState windowState)
Method Detail

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