fr.paris.lutece.portal.web.xpages
Class XPage
java.lang.Object
fr.paris.lutece.portal.web.xpages.XPage
public class XPage
- extends java.lang.Object
This class represents XPage object
Constructor Summary |
XPage()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPage
public XPage()
getContent
public java.lang.String getContent()
- Returns:
- The content of the page
getKeyword
public java.lang.String getKeyword()
- Returns:
- The keyword of the page
getTitle
public java.lang.String getTitle()
- Returns:
- The title of the page
getPathLabel
public java.lang.String getPathLabel()
- Returns:
- The path label of the page
setContent
public void setContent(java.lang.String strContent)
- Parameters:
strContent
- The content of the page
setKeyword
public void setKeyword(java.lang.String strKeyword)
- Parameters:
strKeyword
- The keyword of the page
setTitle
public void setTitle(java.lang.String strTitle)
- Parameters:
strTitle
- The title of the page
setPathLabel
public void setPathLabel(java.lang.String strPathLabel)
- Parameters:
strPathLabel
- The path label of the page
getXmlExtendedPathLabel
public java.lang.String getXmlExtendedPathLabel()
- Get the extended path label, which is given as a Xml code
- Returns:
- Returns the Extended Path Label
setXmlExtendedPathLabel
public void setXmlExtendedPathLabel(java.lang.String strXmlExtendedPathLabel)
- Set the Extended Path Label from a xml string
- Parameters:
strXmlExtendedPathLabel
- the Extended Path Label to set
Copyright © 2010 Mairie de Paris. All Rights Reserved.