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

WSRPRenderContext - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.wsrp.invocation
Class WSRPRenderContext

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

public class WSRPRenderContext
extends WSRPInvocationContext
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.wsrp.invocation.WSRPInvocationContext
requestContext
 
Fields inherited from interface org.jboss.portal.portlet.spi.InvocationContext
INVOCATION_SCOPE, PRINCIPAL_SCOPE, SESSION_SCOPE
 
Constructor Summary
WSRPRenderContext(java.lang.String sessionId, 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.WSRPInvocationContext
contextualize, 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

WSRPRenderContext

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