org.exoplatform.services.portletcontainer.plugins.pc.aop
Class RenderExecutionContext

java.lang.Object
  extended by org.exoplatform.container.component.ExecutionContext
      extended by org.exoplatform.services.portletcontainer.plugins.pc.aop.RenderExecutionContext

public class RenderExecutionContext
extends org.exoplatform.container.component.ExecutionContext

Created by The eXo Platform SAS. Author : Tuan Nguyen tuan08@users.sourceforge.net Sep 17, 2005


Constructor Summary
RenderExecutionContext(javax.portlet.Portlet p, javax.portlet.RenderRequest req, javax.portlet.RenderResponse res)
           
 
Method Summary
 javax.portlet.RenderResponse getResponse()
           
 
Methods inherited from class org.exoplatform.container.component.ExecutionContext
execute, executeNextUnit, setCurrentExecutionUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderExecutionContext

public RenderExecutionContext(javax.portlet.Portlet p,
                              javax.portlet.RenderRequest req,
                              javax.portlet.RenderResponse res)
Method Detail

getResponse

public final javax.portlet.RenderResponse getResponse()
Returns:
the response


Copyright © 2011 eXo Platform SAS. All Rights Reserved.