|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.page.context.DefaultPageRuntimeDataProvider
public class DefaultPageRuntimeDataProvider
Default page runtime data provider. Simply returns the configurations specified in the page properties.
Field Summary | |
---|---|
protected IPageContext |
pageContext
|
Constructor Summary | |
---|---|
DefaultPageRuntimeDataProvider()
|
Method Summary | |
---|---|
PageRuntimeData |
getPageRuntimeData()
Returns the runtime data for the current page context. |
void |
init(IPageContext pageContext)
Called by the portal framework when rendering a page. |
protected void |
setDescription(PageRuntimeData pageRuntimeData)
Sets the description property on the given pageRuntimeData object. |
protected void |
setKeywords(PageRuntimeData pageRuntimeData)
Sets the keywords property on the given pageRuntimeData object. |
protected void |
setTitle(PageRuntimeData pageRuntimeData)
Sets the title property on the given pageRuntimeData object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IPageContext pageContext
Constructor Detail |
---|
public DefaultPageRuntimeDataProvider()
Method Detail |
---|
public void init(IPageContext pageContext) throws PortalException
IPageRuntimeDataProvider
init
in interface IPageRuntimeDataProvider
pageContext
- current page context
PortalException
public PageRuntimeData getPageRuntimeData() throws PortalException
IPageRuntimeDataProvider
getPageRuntimeData
in interface IPageRuntimeDataProvider
PortalException
protected void setTitle(PageRuntimeData pageRuntimeData) throws PortalException
pageRuntimeData
-
PortalException
protected void setDescription(PageRuntimeData pageRuntimeData) throws PortalException
pageRuntimeData
-
PortalException
protected void setKeywords(PageRuntimeData pageRuntimeData) throws PortalException
pageRuntimeData
- the runtime data for to which the keywords should be set
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |