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

WSRPRenderContext - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.invocation
Class WSRPRenderContext

java.lang.Object
  extended byorg.jboss.portal.common.invocation.AbstractInvocationContext
      extended byorg.jboss.portal.portlet.impl.spi.AbstractPortletInvocationContext
          extended byorg.jboss.portal.wsrp.invocation.WSRPPortletInvocationContext
              extended byorg.jboss.portal.wsrp.invocation.WSRPRenderContext
All Implemented Interfaces:
InvocationContext, PortletInvocationContext, RenderContext

public class WSRPRenderContext
extends WSRPPortletInvocationContext
implements RenderContext

Version:
$Revision: 5440 $
Author:
Julien Viet

Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.common.invocation.AbstractInvocationContext
 
Field Summary
 
Fields inherited from class org.jboss.portal.wsrp.invocation.WSRPPortletInvocationContext
requestContext
 
Fields inherited from class org.jboss.portal.common.invocation.AbstractInvocationContext
 
Constructor Summary
WSRPRenderContext(StateString navigationalState, SecurityContext securityContext, HTTPStreamInfo streamInfo, PortalContext portalContext, UserContext userContext, InstanceContext instanceContext, WindowContext windowContext, Mode mode, WindowState windowState)
           
 
Methods inherited from class org.jboss.portal.wsrp.invocation.WSRPPortletInvocationContext
contextualize, encodeURL, encodeURL, getClientRequest, getClientResponse, getMode, 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, getMode, getNavigationalState, getStreamInfo, getWindowState
 
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext
getAttribute, getAttributeResolver, removeAttribute, setAttribute
 

Constructor Detail

WSRPRenderContext

public WSRPRenderContext(StateString navigationalState,
                         SecurityContext securityContext,
                         HTTPStreamInfo streamInfo,
                         PortalContext portalContext,
                         UserContext userContext,
                         InstanceContext instanceContext,
                         WindowContext windowContext,
                         Mode mode,
                         WindowState windowState)