public class RenderedRegionBean extends AbstractRegionBean
AbstractRegionBean| Constructor and Description |
|---|
RenderedRegionBean(String name,
String path)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath()
Getter for contextPath.
|
String |
getPath()
Getter for path.
|
boolean |
isCustomizable()
Check if current region is customizable.
|
boolean |
isDefaultRegion()
Getter for defaultRegion.
|
void |
setContextPath(String contextPath)
Setter for contextPath.
|
void |
setCustomizable(boolean customizable)
Setter for customizable.
|
void |
setDefaultRegion(boolean defaultRegion)
Setter for defaultRegion.
|
getNamepublic 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 setpublic String getContextPath()
public void setContextPath(String contextPath)
contextPath - the contextPath to setCopyright © 2015. All rights reserved.