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.

Author:
David H. DeWolf, ZHENG Zhong

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

Method Detail

getInternalPortletWindow

InternalPortletWindow getInternalPortletWindow()


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