lumis.portal.page.context
Interface IPageRuntimeDataProvider

Package class diagram package IPageRuntimeDataProvider
All Known Implementing Classes:
ContentPageRuntimeDataProvider, DefaultPageRuntimeDataProvider

public interface IPageRuntimeDataProvider

Interface called by the portal framework to render runtime page information.

Since:
4.2.0

Method Summary
 PageRuntimeData getPageRuntimeData()
          Returns the runtime data for the current page context.
 void init(IPageContext pageMetaDataContext)
          Called by the portal framework when rendering a page.
 

Method Detail

init

void init(IPageContext pageMetaDataContext)
          throws PortalException
Called by the portal framework when rendering a page. Any initialization may be done here.

Parameters:
pageMetaDataContext - current page context
Throws:
PortalException
Since:
4.2.0

getPageRuntimeData

PageRuntimeData getPageRuntimeData()
                                   throws PortalException
Returns the runtime data for the current page context. The title property of the runtime data must not be null.

Returns:
the page runtime data.
Throws:
PortalException
Since:
4.2.0


Lumisportal  4.2.1.080903 - Copyright © 2001-2007, Lumis. All Rights Reserved.