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

ActionContextImpl - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.test
Class ActionContextImpl

java.lang.Object
  extended byorg.jboss.portal.common.invocation.AbstractInvocationContext
      extended byorg.jboss.portal.portlet.support.spi.PortletInvocationContextSupport
          extended byorg.jboss.portal.portlet.support.spi.ActionContextSupport
              extended byorg.jboss.portal.portlet.test.ActionContextImpl
All Implemented Interfaces:
ActionContext, InvocationContext, PortletInvocationContext

public class ActionContextImpl
extends ActionContextSupport

Version:
$Revision: 5113 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.common.invocation.AbstractInvocationContext
 
Field Summary
private  Mode mode
          .
 
Fields inherited from class org.jboss.portal.common.invocation.AbstractInvocationContext
 
Constructor Summary
ActionContextImpl()
           
ActionContextImpl(Mode mode)
           
 
Method Summary
 Mode getMode()
          Returns the mode for this invocation.
 
Methods inherited from class org.jboss.portal.portlet.support.spi.ActionContextSupport
getCharacterEncoding, getContentLength, getContentType, getForm, getInputStream, getInteractionState, getReader
 
Methods inherited from class org.jboss.portal.portlet.support.spi.PortletInvocationContextSupport
encodeURL, encodeURL, getNavigationalState, getStreamInfo, getWindowState
 
Methods inherited from class org.jboss.portal.common.invocation.AbstractInvocationContext
addResolver, addResolver, getAttribute, getAttributeResolver, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.portlet.spi.PortletInvocationContext
encodeURL, encodeURL, getNavigationalState, getStreamInfo, getWindowState
 
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext
getAttribute, getAttributeResolver, removeAttribute, setAttribute
 

Field Detail

mode

private final Mode mode
.

Constructor Detail

ActionContextImpl

public ActionContextImpl(Mode mode)

ActionContextImpl

public ActionContextImpl()
Method Detail

getMode

public Mode getMode()
Description copied from interface: PortletInvocationContext
Returns the mode for this invocation.

Specified by:
getMode in interface PortletInvocationContext
Overrides:
getMode in class PortletInvocationContextSupport