org.jboss.portal.portlet.portal.jsp
Class WindowResult

java.lang.Object
  extended by org.jboss.portal.portlet.portal.jsp.WindowResult

public class WindowResult
extends java.lang.Object

Combines the invocation of a portlet and the info on the portlet JSP tag. It does not need to be exposed out of this package.

Version:
$Revision: 630 $
Author:
Julien Viet

Constructor Summary
WindowResult(WindowDef windowDef, PortletInvocationResponse response)
           
 
Method Summary
 PortletInvocationResponse getResponse()
           
 WindowDef getWindowDef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowResult

public WindowResult(WindowDef windowDef,
                    PortletInvocationResponse response)
Method Detail

getWindowDef

public WindowDef getWindowDef()

getResponse

public PortletInvocationResponse getResponse()


Copyright © 2008. All Rights Reserved.