org.jboss.portal.portlet.test
Class ActionContextImpl

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

public class ActionContextImpl
extends ActionContextSupport

Version:
$Revision: 5113 $
Author:
Julien Viet

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
encodeResourceURL, getMarkupInfo, getNavigationalState, getWindowState, renderURL
 
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
encodeResourceURL, getMarkupInfo, getNavigationalState, getWindowState, renderURL
 
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext
getAttribute, getAttributeResolver, removeAttribute, setAttribute
 

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
Returns:
the mode