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

ActionContext - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.spi
Interface ActionContext

All Superinterfaces:
InvocationContext, PortletInvocationContext
All Known Implementing Classes:
ActionContextSupport, ControllerActionContext, PortletController.ActionContextImpl, TestPortletInvocationContext, WSRPActionContext

public interface ActionContext
extends PortletInvocationContext

Abstract how the container access the input parameters of the request.

Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 java.lang.String getCharacterEncoding()
           
 int getContentLength()
           
 java.lang.String getContentType()
          The content type accepted by the portal.
 Parameters getForm()
           
 java.io.InputStream getInputStream()
           
 StateString getInteractionState()
           
 java.io.BufferedReader getReader()
           
 
Methods inherited from interface org.jboss.portal.portlet.spi.PortletInvocationContext
encodeURL, encodeURL, getMode, getNavigationalState, getStreamInfo, getWindowState
 
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext
getAttribute, getAttributeResolver, removeAttribute, setAttribute
 

Method Detail

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()