当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
WSRPActionContext - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.wsrp.invocation
Class WSRPActionContext
java.lang.Object
org.jboss.portal.portlet.impl.spi.AbstractInvocationContext
org.jboss.portal.wsrp.invocation.WSRPInvocationContext
org.jboss.portal.wsrp.invocation.WSRPActionContext
- All Implemented Interfaces:
- ActionContext, InvocationContext
- public class WSRPActionContext
- extends WSRPInvocationContext
- implements ActionContext
- Since:
- 2.4
Constructor Summary |
WSRPActionContext(java.lang.String sessionId,
StateString navigationalState,
SecurityContext securityContext,
HTTPStreamInfo streamInfo,
PortalContext portalContext,
UserContext userContext,
InstanceContext instanceContext,
WindowContext windowContext,
StateString interactionState,
Mode mode,
WindowState windowState,
Parameters formParameters,
java.lang.String characterEncoding,
java.lang.String contentType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSRPActionContext
public WSRPActionContext(java.lang.String sessionId,
StateString navigationalState,
SecurityContext securityContext,
HTTPStreamInfo streamInfo,
PortalContext portalContext,
UserContext userContext,
InstanceContext instanceContext,
WindowContext windowContext,
StateString interactionState,
Mode mode,
WindowState windowState,
Parameters formParameters,
java.lang.String characterEncoding,
java.lang.String contentType)
getInteractionState
public StateString getInteractionState()
- Specified by:
getInteractionState
in interface ActionContext
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
getForm
public Parameters getForm()
- Specified by:
getForm
in interface ActionContext