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

PortletController.RenderContextImpl - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.test
Class PortletController.RenderContextImpl

java.lang.Object
  extended byorg.jboss.portal.portlet.impl.spi.AbstractInvocationContext
      extended byorg.jboss.portal.portlet.test.PortletController.InvocationContextImpl
          extended byorg.jboss.portal.portlet.test.PortletController.RenderContextImpl
All Implemented Interfaces:
InvocationContext, RenderContext
Enclosing class:
PortletController

protected class PortletController.RenderContextImpl
extends PortletController.InvocationContextImpl
implements RenderContext


Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.portlet.spi.InvocationContext
InvocationContext.Scope
 
Field Summary
 
Fields inherited from class org.jboss.portal.portlet.test.PortletController.InvocationContextImpl
mode, navigationalState, portlet, serverRequest, serverResponse, windowState
 
Fields inherited from interface org.jboss.portal.portlet.spi.InvocationContext
INVOCATION_SCOPE, PRINCIPAL_SCOPE, SESSION_SCOPE
 
Constructor Summary
PortletController.RenderContextImpl(Portlet portlet, ServerInvocation invocation, StateString navigationalState, WindowState windowState, Mode mode)
           
 
Methods inherited from class org.jboss.portal.portlet.test.PortletController.InvocationContextImpl
encodeURL, encodeURL, getClientRequest, getClientResponse, getMode, getNavigationalState, getStreamInfo, getWindowState
 
Methods inherited from class org.jboss.portal.portlet.impl.spi.AbstractInvocationContext
getAttribute, 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.InvocationContext
encodeURL, encodeURL, getAttribute, getMode, getNavigationalState, getStreamInfo, getWindowState, setAttribute
 

Constructor Detail

PortletController.RenderContextImpl

public PortletController.RenderContextImpl(Portlet portlet,
                                           ServerInvocation invocation,
                                           StateString navigationalState,
                                           WindowState windowState,
                                           Mode mode)