public class XPage extends Object
Constructor and Description |
---|
XPage() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getKeyword() |
String |
getPathLabel() |
String |
getTitle() |
String |
getXmlExtendedPathLabel()
Get the extended path label, which is given as a Xml code
|
boolean |
isStandalone()
Indicates if the content is standalone and should not be encapsulated in other content, such as portal headers and footers
|
void |
setContent(String strContent) |
void |
setExtendedPathLabel(ReferenceList listPathItem)
Build a path from a referencelist.
|
void |
setKeyword(String strKeyword) |
void |
setPathLabel(String strPathLabel) |
void |
setStandalone(boolean standalone)
Indicates if the content is standalone and should not be encapsulated in other content, such as portal headers and footers
|
void |
setTitle(String strTitle) |
void |
setXmlExtendedPathLabel(String strXmlExtendedPathLabel)
Set the Extended Path Label from a xml string
|
public String getContent()
public String getKeyword()
public String getTitle()
public String getPathLabel()
public void setContent(String strContent)
strContent
- The content of the pagepublic void setKeyword(String strKeyword)
strKeyword
- The keyword of the pagepublic void setTitle(String strTitle)
strTitle
- The title of the pagepublic void setPathLabel(String strPathLabel)
strPathLabel
- The path label of the pagepublic String getXmlExtendedPathLabel()
public void setXmlExtendedPathLabel(String strXmlExtendedPathLabel)
strXmlExtendedPathLabel
- the Extended Path Label to setpublic void setExtendedPathLabel(ReferenceList listPathItem)
listPathItem
- The items of the path.public boolean isStandalone()
true
is the content is standalonepublic void setStandalone(boolean standalone)
standalone
- true
is the content is standaloneCopyright © 2020 City of Paris. All rights reserved.