当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ActionContextImpl - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.test
Class ActionContextImpl
java.lang.Object
org.jboss.portal.common.invocation.AbstractInvocationContext
org.jboss.portal.portlet.support.spi.PortletInvocationContextSupport
org.jboss.portal.portlet.support.spi.ActionContextSupport
org.jboss.portal.portlet.test.ActionContextImpl
- All Implemented Interfaces:
- ActionContext, InvocationContext, PortletInvocationContext
- public class ActionContextImpl
- extends ActionContextSupport
- Version:
- $Revision: 5113 $
- Author:
- Julien Viet
Method Summary |
Mode |
getMode()
Returns the mode for this invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mode
private final Mode mode
- .
ActionContextImpl
public ActionContextImpl(Mode mode)
ActionContextImpl
public ActionContextImpl()
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