public class PortletWindowBean extends Object
Title: Bean that contains all information relative to a portlet window.
Description: Used to build user interfaces for template developers when using portlets
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Constructor and Description |
|---|
PortletWindowBean() |
PortletWindowBean(JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
org.apache.pluto.container.PortletWindow portletWindow) |
| Modifier and Type | Method and Description |
|---|---|
PortletModeBean |
getCurrentPortletModeBean()
Get current portlet mode (view, edit or help)
|
WindowStateBean |
getCurrentWindowStateBean()
Get current window state (minimized, normal, maximized)
|
EntryPointDefinition |
getEntryPointDefinition()
Get the entrypointDefinition
|
EntryPointInstance |
getEntryPointInstance()
Get the entryPointInstance
|
String |
getEntryPointInstanceID() |
int |
getID() |
List<PortletModeBean> |
getPortletModeBeans(String workspaceName)
Get list of supported portlet modes (view,edit,help)
|
org.apache.pluto.container.PortletWindow |
getPortletWindow()
Get the portlet window object
|
List<WindowStateBean> |
getWindowStateBeans()
Get supported window state (minimized, normal and maximized)
|
void |
setEntryPointDefinition(EntryPointDefinition entryPointDefinition)
Set the entryPointDefinitin
|
void |
setEntryPointInstance(EntryPointInstance entryPointInstance)
Set the entrypointInstance
|
void |
setID(int ID) |
public PortletWindowBean()
public PortletWindowBean(JahiaUser jahiaUser, javax.servlet.http.HttpServletRequest httpServletRequest, org.apache.pluto.container.PortletWindow portletWindow)
public int getID()
public void setID(int ID)
public String getEntryPointInstanceID()
public List<PortletModeBean> getPortletModeBeans(String workspaceName)
public List<WindowStateBean> getWindowStateBeans()
public PortletModeBean getCurrentPortletModeBean()
public WindowStateBean getCurrentWindowStateBean()
public EntryPointInstance getEntryPointInstance()
public void setEntryPointInstance(EntryPointInstance entryPointInstance)
entryPointInstance - public EntryPointDefinition getEntryPointDefinition()
public void setEntryPointDefinition(EntryPointDefinition entryPointDefinition)
entryPointDefinition - public org.apache.pluto.container.PortletWindow getPortletWindow()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.