org.apache.pluto.internal
Interface InternalPortletResponse

All Superinterfaces:
javax.portlet.PortletResponse
All Known Subinterfaces:
InternalActionResponse, InternalRenderResponse
All Known Implementing Classes:
ActionResponseImpl, PortletResponseImpl, RenderResponseImpl

public interface InternalPortletResponse
extends javax.portlet.PortletResponse

The internal portlet response interface extends PortletResponse and adds some methods used by Pluto.


Method Summary
 InternalPortletWindow getInternalPortletWindow()
           
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, encodeURL, setProperty
 

Method Detail

getInternalPortletWindow

InternalPortletWindow getInternalPortletWindow()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.