public class RenderedRegionBean extends AbstractRegionBean
AbstractRegionBean| Constructor and Description |
|---|
RenderedRegionBean(String name,
String path)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Getter for path.
|
boolean |
isCustomizable()
Check if current region is customizable.
|
boolean |
isDefaultRegion()
Getter for defaultRegion.
|
void |
setCustomizable(boolean customizable)
Setter for customizable.
|
void |
setDefaultRegion(boolean defaultRegion)
Setter for defaultRegion.
|
getContextPath, getName, setContextPathpublic boolean isCustomizable()
isCustomizable in class AbstractRegionBeanpublic String getPath()
public boolean isDefaultRegion()
public void setDefaultRegion(boolean defaultRegion)
defaultRegion - the defaultRegion to setpublic void setCustomizable(boolean customizable)
customizable - the customizable to setCopyright © 2021. All rights reserved.