当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
ActionContext - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.portlet.spi
Interface ActionContext
- All Superinterfaces:
- InvocationContext
- All Known Implementing Classes:
- ActionContextSupport, CoreActionContext, PortletController.ActionContextImpl, WSRPActionContext
- public interface ActionContext
- extends InvocationContext
Abstract how the container access the input parameters of the request.
getCharacterEncoding
public java.lang.String getCharacterEncoding()
getContentLength
public int getContentLength()
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
getContentType
public java.lang.String getContentType()
- The content type accepted by the portal.
getInteractionState
public StateString getInteractionState()
getForm
public Parameters getForm()