fr.paris.lutece.portal.web.xpages
Class XPage

java.lang.Object
  extended by fr.paris.lutece.portal.web.xpages.XPage

public class XPage
extends Object

This class represents XPage object


Constructor Summary
XPage()
           
 
Method Summary
 String getContent()
           
 String getKeyword()
           
 String getPathLabel()
           
 String getTitle()
           
 String getXmlExtendedPathLabel()
          Get the extended path label, which is given as a Xml code
 void setContent(String strContent)
           
 void setExtendedPathLabel(ReferenceList listPathItem)
          Build a path from a referencelist.
 void setKeyword(String strKeyword)
           
 void setPathLabel(String strPathLabel)
           
 void setTitle(String strTitle)
           
 void setXmlExtendedPathLabel(String strXmlExtendedPathLabel)
          Set the Extended Path Label from a xml string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPage

public XPage()
Method Detail

getContent

public String getContent()
Returns:
The content of the page

getKeyword

public String getKeyword()
Returns:
The keyword of the page

getTitle

public String getTitle()
Returns:
The title of the page

getPathLabel

public String getPathLabel()
Returns:
The path label of the page

setContent

public void setContent(String strContent)
Parameters:
strContent - The content of the page

setKeyword

public void setKeyword(String strKeyword)
Parameters:
strKeyword - The keyword of the page

setTitle

public void setTitle(String strTitle)
Parameters:
strTitle - The title of the page

setPathLabel

public void setPathLabel(String strPathLabel)
Parameters:
strPathLabel - The path label of the page

getXmlExtendedPathLabel

public String getXmlExtendedPathLabel()
Get the extended path label, which is given as a Xml code

Returns:
Returns the Extended Path Label

setXmlExtendedPathLabel

public void setXmlExtendedPathLabel(String strXmlExtendedPathLabel)
Set the Extended Path Label from a xml string

Parameters:
strXmlExtendedPathLabel - the Extended Path Label to set

setExtendedPathLabel

public void setExtendedPathLabel(ReferenceList listPathItem)
Build a path from a referencelist. Each item of the list is an element of the path The item's code is the label, the item's name is used for the URL of the link.

Parameters:
listPathItem - The items of the path.


Copyright © 2014 Mairie de Paris. All Rights Reserved.