org.osivia.portal.api.theming
Class PortletsRegionBean

java.lang.Object
  extended by org.osivia.portal.api.theming.AbstractRegionBean
      extended by org.osivia.portal.api.theming.PortletsRegionBean

public class PortletsRegionBean
extends AbstractRegionBean

Portlets region java bean.

Author:
Cédric Krommenhoek
See Also:
AbstractRegionBean

Constructor Summary
PortletsRegionBean(java.lang.String name, java.lang.String headerPath, java.lang.String footerPath)
          Constructor.
 
Method Summary
 java.lang.String getFooterPath()
          Getter for footerPath.
 java.lang.String getHeaderPath()
          Getter for headerPath.
 boolean isCustomizable()
          Check if current region is customizable.
 
Methods inherited from class org.osivia.portal.api.theming.AbstractRegionBean
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletsRegionBean

public PortletsRegionBean(java.lang.String name,
                          java.lang.String headerPath,
                          java.lang.String footerPath)
Constructor.

Parameters:
name - portlets region name
headerPath - header path, may be null
footerPath - footer path, may be null
Method Detail

isCustomizable

public boolean isCustomizable()
Check if current region is customizable.

Specified by:
isCustomizable in class AbstractRegionBean
Returns:
true if current region is customizable

getHeaderPath

public java.lang.String getHeaderPath()
Getter for headerPath.

Returns:
the headerPath

getFooterPath

public java.lang.String getFooterPath()
Getter for footerPath.

Returns:
the footerPath


Copyright © 2014. All Rights Reserved.