| java.lang.Object org.jboss.portal.theme.page.WindowResult
WindowResult | public class WindowResult (Code) | | The window result represent the generated content of a window. It contains several kind of data : a map of actions available for the window
author: Julien Viet version: $Revision: 8784 $ |
Constructor Summary | |
public | WindowResult(String title, String content, Map actions, Map windowProperties, String headerChars, WindowState windowState, Mode mode) Create a new WindowResult with the information about the renderered portlet. |
WindowResult | public WindowResult(String title, String content, Map actions, Map windowProperties, String headerChars, WindowState windowState, Mode mode)(Code) | | Create a new WindowResult with the information about the renderered portlet. A window result contains the the
rendered markup fragment of the portlet, the title, a map of action urls to trigger mode and state changes, and
the properties that were set as portlet response properties.
Parameters: title - the title to be displayed for this portlet in the rendered page Parameters: content - the rendered markup fragment of the portlet Parameters: actions - a map of actions possible for this portlet Parameters: windowProperties - the properties for this window Parameters: headerChars - content that needs to be injected into the header See Also: WindowResult.Action |
getMode | public Mode getMode()(Code) | | |
getProperties | public Map getProperties()(Code) | | |
getWindowState | public WindowState getWindowState()(Code) | | |
|
|