org.jboss.portal.portlet.support.spi
Class RenderContextSupport

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.RenderContextSupport
All Implemented Interfaces:
InvocationContext, PortletInvocationContext, RenderContext

public class RenderContextSupport
extends PortletInvocationContextSupport
implements RenderContext

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
RenderContextSupport()
           
 
Method Summary
 
Methods inherited from class org.jboss.portal.portlet.support.spi.PortletInvocationContextSupport
encodeResourceURL, getMarkupInfo, getMode, 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, getMode, getNavigationalState, getWindowState, renderURL
 
Methods inherited from interface org.jboss.portal.common.invocation.InvocationContext
getAttribute, getAttributeResolver, removeAttribute, setAttribute
 

Constructor Detail

RenderContextSupport

public RenderContextSupport()