Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPageInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiPageInfo
extends EbiFrameworkElement

Interface that manages page information.


Field Summary
static String EL_PORTAL_PAGE
          Page element type.
 
Method Summary
 String[] getPageCategories()
          Gets the page categories.
 String getPageCategory()
          Deprecated. Use EbiPageInfo.getPageCategories().
 String getPageDescription()
          Deprecated. No replacement.
 String getPageDisplayName()
          Gets the page's display name.
 String getPageID()
          Gets the page identifier.
 String getPageLookupName()
          Gets the page's content lookup name.
 String getPageMimeType()
          Gets the page's mime type.
 String[] getPageRunRoles()
          Gets the list of roles that can run this page.
 String getPageStyleID()
          Gets the page's style ID.
 boolean isFlushImmediatly()
          Deprecated. No replacement.
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

EL_PORTAL_PAGE

public static final String EL_PORTAL_PAGE
Page element type.
Method Detail

getPageCategory

public String getPageCategory()
Deprecated. Use EbiPageInfo.getPageCategories().

Gets the first category for the page.
Returns:
A category for the specified page.

getPageCategories

public String[] getPageCategories()
Gets the page categories.
Returns:
An array of categories this page belongs to.

getPageLookupName

public String getPageLookupName()
Gets the page's content lookup name.
Returns:
The name of the file that contains the actual content.

getPageID

public String getPageID()
Gets the page identifier.
Returns:
The page identifier.

getPageDescription

public String getPageDescription()
Deprecated. No replacement.

Gets the page's description.
Returns:
The page's description.

getPageRunRoles

public String[] getPageRunRoles()
Gets the list of roles that can run this page.
Returns:
An array of role names.

getPageMimeType

public String getPageMimeType()
Gets the page's mime type.
Returns:
The page's mime type.

getPageStyleID

public String getPageStyleID()
Gets the page's style ID.
Returns:
The page's style ID.

getPageDisplayName

public String getPageDisplayName()
Gets the page's display name.
Returns:
The page's display name.

isFlushImmediatly

public boolean isFlushImmediatly()
Deprecated. No replacement.

Gets the status of the flush immediate flag.
Returns:
A string indicating whether or not this page should be written to the response buffer immediatly (true), or written only when the entire page is generated (false).

Novell exteNd
Director 5.2 API