|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.content.PageData
public class PageData
This class provides a structure to build portal pages.
Constructor Summary | |
---|---|
PageData()
|
Method Summary | |
---|---|
java.lang.String |
getContent()
Returns the page content. |
java.lang.String |
getCssUrl()
Returns the URL of the Cascading Style Sheet associated to this page |
java.lang.String |
getCustomizeCssUrl()
Returns the URL of the Customize Cascading Style Sheet associated to this page |
java.lang.String |
getFavicon()
Returns the favicon of the page |
java.lang.String |
getFavourite()
Returns the favourite of the page |
java.lang.String |
getHeader()
Returns the header to display at the top of the page. |
java.lang.String |
getMenu()
Returns the menu associated to the page |
java.lang.String |
getMetaAuthor()
Returns Author to mention in the META tags of the page. |
java.lang.String |
getMetaCopyright()
Returns Copyright to mention in the META tags of the page. |
java.lang.String |
getMetaDescription()
Returns Description to mention in the META tags of the page. |
java.lang.String |
getMetaKeywords()
Returns Keywords to mention in the META tags of the page. |
java.lang.String |
getName()
Returns the name of the page |
java.lang.String |
getPagePath()
Returns the page path. |
java.lang.String |
getPluginsCssUrl()
Returns the URL of the Plugins Cascading Style Sheet associated to this page |
java.lang.String |
getTheme()
Returns the theme of the page |
java.lang.String |
getTreeMenu()
Returns the page path. |
boolean |
isHomePage()
Returns weither the current page is an homepage or not. |
void |
setContent(java.lang.String strContent)
Sets the page content. |
void |
setCssUrl(java.lang.String strCssUrl)
Sets the URL of the Cascading Style Sheet associated to this page |
void |
setCustomizeCssUrl(java.lang.String strCustomizeCssUrl)
Sets the URL of the Customize Cascading Style Sheet associated to this page |
void |
setFavicon(java.lang.String strFavicon)
Sets the Favicon of the page to the specified string. |
void |
setFavourite(java.lang.String strFavourite)
Sets the favourite of the page to the specified string. |
void |
setHeader(java.lang.String strHeader)
Sets the header to display at the top of the page. |
void |
setHomePage(boolean bHomePage)
Sets the homepage indicator. |
void |
setMenu(java.lang.String strMenu)
Sets the menu associated to the page |
void |
setMetaAuthor(java.lang.String strMetaAuthor)
Sets Author to mention in the META tags of the page. |
void |
setMetaCopyright(java.lang.String strMetaCopyright)
Sets Copyright to mention in the META tags of the page. |
void |
setMetaDescription(java.lang.String strMetaDescription)
Sets Description to mention in the META tags of the page. |
void |
setName(java.lang.String strName)
Sets the name of the page to the specified string. |
void |
setPagePath(java.lang.String strPagePath)
Set the page path. |
void |
setPluginsCssUrl(java.lang.String strPluginsCssUrl)
Sets the URL of the Plugins Cascading Style Sheet associated to this page |
void |
setTheme(java.lang.String strTheme)
Sets the Theme of the page to the specified string. |
void |
setTreeMenu(java.lang.String strTreeMenu)
Set the page path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageData()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The new name of the page.public java.lang.String getFavourite()
public void setFavourite(java.lang.String strFavourite)
strFavourite
- The new favourite of the page.public java.lang.String getCssUrl()
public void setCssUrl(java.lang.String strCssUrl)
strCssUrl
- Sets the URL of the Cascading Style Sheet associated to this page to the specified string.public java.lang.String getCustomizeCssUrl()
public void setCustomizeCssUrl(java.lang.String strCustomizeCssUrl)
strCustomizeCssUrl
- Sets the URL of the Customize Cascading Style Sheet associated to this page to the
specified string.public java.lang.String getPluginsCssUrl()
public void setPluginsCssUrl(java.lang.String strPluginsCssUrl)
strPluginsCssUrl
- Sets the URL of the Plugins Cascading Style Sheet associated to this page to the
specified string.public java.lang.String getMetaAuthor()
public void setMetaAuthor(java.lang.String strMetaAuthor)
strMetaAuthor
- The Author to mention in the META tags of the pagepublic java.lang.String getMetaCopyright()
public void setMetaCopyright(java.lang.String strMetaCopyright)
strMetaCopyright
- The Copyright to mention in the META tags of the pagepublic java.lang.String getMetaKeywords()
public java.lang.String getMetaDescription()
public void setMetaDescription(java.lang.String strMetaDescription)
strMetaDescription
- The Description to mention in the META tags of the page.public java.lang.String getHeader()
public void setHeader(java.lang.String strHeader)
strHeader
- Sets the header to display at the top of the page.public java.lang.String getMenu()
public void setMenu(java.lang.String strMenu)
strMenu
- The HTML code of the menu to associate to the page as a Stringpublic java.lang.String getPagePath()
public void setPagePath(java.lang.String strPagePath)
strPagePath
- the page pathpublic java.lang.String getTreeMenu()
public void setTreeMenu(java.lang.String strTreeMenu)
strTreeMenu
- the page pathpublic java.lang.String getContent()
public void setContent(java.lang.String strContent)
strContent
- The HTML code of the page content as a String.public java.lang.String getFavicon()
public void setFavicon(java.lang.String strFavicon)
strFavicon
- The new Favicon of the page.public java.lang.String getTheme()
public void setTheme(java.lang.String strTheme)
strTheme
- The new Theme of the page.public boolean isHomePage()
public void setHomePage(boolean bHomePage)
bHomePage
- Should be true if the page is an homepage, otherwise false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |