当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ActionContextSupport - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.support.spi
Class ActionContextSupport
java.lang.Object
org.jboss.portal.common.invocation.AbstractInvocationContext
org.jboss.portal.portlet.support.spi.PortletInvocationContextSupport
org.jboss.portal.portlet.support.spi.ActionContextSupport
- All Implemented Interfaces:
- ActionContext, InvocationContext, PortletInvocationContext
- Direct Known Subclasses:
- ActionContextImpl
- public class ActionContextSupport
- extends PortletInvocationContextSupport
- implements ActionContext
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionContextSupport
public ActionContextSupport()
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface ActionContext
getContentLength
public int getContentLength()
- Specified by:
getContentLength
in interface ActionContext
getReader
public java.io.BufferedReader getReader()
throws java.io.IOException
- Specified by:
getReader
in interface ActionContext
- Throws:
java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream
in interface ActionContext
- Throws:
java.io.IOException
getContentType
public java.lang.String getContentType()
- Description copied from interface:
ActionContext
- The content type accepted by the portal.
- Specified by:
getContentType
in interface ActionContext
getInteractionState
public StateString getInteractionState()
- Specified by:
getInteractionState
in interface ActionContext
getForm
public Parameters getForm()
- Specified by:
getForm
in interface ActionContext