当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
InputContext - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.app.spi
Interface InputContext
- All Known Implementing Classes:
- AbstractInputContext
- public interface InputContext
Abstract how the container access the input parameters of the request.
getCharacterEncoding
public java.lang.String getCharacterEncoding()
getReader
public java.io.BufferedReader getReader()
throws java.io.IOException
- Throws:
java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getContentLength
public int getContentLength()
getContentType
public java.lang.String getContentType()
getMode
public Mode getMode()
getWindowState
public WindowState getWindowState()
getParameters
public Parameters getParameters()