org.jboss.portal.portlet.invocation
Class RenderInvocation

java.lang.Object
  extended byorg.jboss.portal.common.invocation.Invocation
      extended byorg.jboss.portal.portlet.invocation.PortletInvocation
          extended byorg.jboss.portal.portlet.invocation.RenderInvocation

public class RenderInvocation
extends PortletInvocation


Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.portlet.invocation.PortletInvocation
PortletInvocation.Dispatcher
 
Field Summary
 
Fields inherited from class org.jboss.portal.portlet.invocation.PortletInvocation
dispatcher, dreq, dresp, info, INSTANCE_ID_ATTRIBUTE, instanceContext, invocationContext, portalContext, PORTLET_ID_ATTRIBUTE, PORTLET_INVOKER, PREFERENCES_ATTRIBUTE, properties, requestContext, result, securityContext, STATE_STORE_ATTRIBUTE, supportedModes, supportedWindowStates, userContext, windowContext
 
Constructor Summary
RenderInvocation(RenderContext ctx)
           
 
Methods inherited from class org.jboss.portal.portlet.invocation.PortletInvocation
dispatch, getContext, getDispatchedRequest, getDispatchedResponse, getDispatcher, getInfo, getInstanceContext, getPortalContext, getProperties, getRequestContext, getResult, getSecurityContext, getSupportedModes, getSupportedWindowStates, getUserContext, getWindowContext, setDispatchedRequest, setDispatchedResponse, setDispatcher, setInfo, setInstanceContext, setPortalContext, setProperties, setRequestContext, setResult, setSecurityContext, setSupportedModes, setSupportedWindowStates, setUserContext, setWindowContext
 
Methods inherited from class org.jboss.portal.common.invocation.Invocation
getAttribute, invoke, invokeNext, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderInvocation

public RenderInvocation(RenderContext ctx)