public class InternalWindow extends java.lang.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 |
|---|---|
java.lang.String |
getPageProperty(java.lang.String name)
Gets the page property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the properties.
|
java.lang.String |
getProperty(java.lang.String name)
Gets the property.
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the property.
|
public InternalWindow(org.jboss.portal.core.model.portal.Window internalReference)
internalReference - the internal referencepublic java.util.Map<java.lang.String,java.lang.String> getProperties()
PortalWindowgetProperties in interface PortalWindowpublic java.lang.String getProperty(java.lang.String name)
PortalWindowgetProperty in interface PortalWindowname - the namepublic void setProperty(java.lang.String name,
java.lang.String value)
PortalWindowsetProperty in interface PortalWindowname - the namevalue - the valuepublic java.lang.String getPageProperty(java.lang.String name)
PortalWindowgetPageProperty in interface PortalWindowname - the nameCopyright © 2014. All Rights Reserved.