public class InternalWindow extends Object implements PortalWindow
| Constructor and Description |
|---|
InternalWindow(org.jboss.portal.core.model.portal.Window internalReference)
Instantiates a new internal window.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPageProperty(String name)
Gets the page property.
|
Map<String,String> |
getProperties()
Gets the properties.
|
String |
getProperty(String name)
Gets the property.
|
void |
setProperty(String name,
String value)
Sets the property.
|
public InternalWindow(org.jboss.portal.core.model.portal.Window internalReference)
internalReference - the internal referencepublic Map<String,String> getProperties()
PortalWindowgetProperties in interface PortalWindowpublic String getProperty(String name)
PortalWindowgetProperty in interface PortalWindowname - the namepublic void setProperty(String name, String value)
PortalWindowsetProperty in interface PortalWindowname - the namevalue - the valuepublic String getPageProperty(String name)
PortalWindowgetPageProperty in interface PortalWindowname - the nameCopyright © 2021. All rights reserved.