|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.containerpage.shared.CmsCntPageData
public final class CmsCntPageData
Convenience class to provide server-side information to the client.
| Field Summary | |
|---|---|
static java.lang.String |
DICT_NAME
Name of the used dictionary. |
| Constructor Summary | |
|---|---|
protected |
CmsCntPageData()
Serialization constructor. |
|
CmsCntPageData(java.lang.String cntPageUri,
java.lang.String noEditReason,
java.lang.String requestParams,
java.lang.String sitemapUri,
java.lang.String sitePath,
CmsUUID detailId,
java.util.Map<java.lang.String,java.lang.String> newTypes,
long lastModified,
java.lang.String lockInfo,
java.lang.String locale,
boolean useClassicEditor,
CmsTemplateContextInfo contextInfo)
Constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getBacklinkUri()
Returns the xml-content editor back-link URI. |
java.lang.String |
getContainerpageUri()
Returns the container-page URI. |
long |
getDateLastModified()
Gets the date at which the page was last modified. |
CmsUUID |
getDetailId()
Returns the detail structure id, if available. |
java.lang.String |
getEditorUri()
Returns the xml-content editor URI. |
java.lang.String |
getLocale()
Returns the content locale. |
java.lang.String |
getLockInfo()
Returns the lock information, if the page is locked by another user. |
java.util.Map<java.lang.String,java.lang.String> |
getNewTypes()
Returns the map of available types and their new resource id's. |
java.lang.String |
getNoEditReason()
Returns the no-edit reason. |
java.lang.String |
getRequestParams()
Returns the request parameters. |
java.lang.String |
getSitemapUri()
Returns the sitemap URI. |
java.lang.String |
getSitePath()
Returns the sitemap path of the current container page, or null if the page is not reachable via the sitemap. |
CmsTemplateContextInfo |
getTemplateContextInfo()
Gets the template context information. |
boolean |
isUseClassicEditor()
Returns if the classic XmlContent editor should be used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DICT_NAME
| Constructor Detail |
|---|
public CmsCntPageData(java.lang.String cntPageUri,
java.lang.String noEditReason,
java.lang.String requestParams,
java.lang.String sitemapUri,
java.lang.String sitePath,
CmsUUID detailId,
java.util.Map<java.lang.String,java.lang.String> newTypes,
long lastModified,
java.lang.String lockInfo,
java.lang.String locale,
boolean useClassicEditor,
CmsTemplateContextInfo contextInfo)
cntPageUri - the current container page URInoEditReason - the reason why the current user is not allowed to edit the current container pagerequestParams - the original request parameterssitemapUri - the current sitemap URIsitePath - a sitemap path (null if this container page isn't reachable through the sitemap)detailId - the detail resource id, if availablenewTypes - the map of available types and their new resource id'slastModified - the last modification date of the pagelockInfo - lock information, if the page is locked by another userlocale - the content localeuseClassicEditor - true to use the classic XmlContent editorcontextInfo - the template context informationprotected CmsCntPageData()
| Method Detail |
|---|
public java.lang.String getBacklinkUri()
public java.lang.String getContainerpageUri()
public long getDateLastModified()
public CmsUUID getDetailId()
public java.lang.String getEditorUri()
public java.lang.String getLocale()
public java.lang.String getLockInfo()
public java.util.Map<java.lang.String,java.lang.String> getNewTypes()
public java.lang.String getNoEditReason()
public java.lang.String getRequestParams()
public java.lang.String getSitemapUri()
public java.lang.String getSitePath()
public CmsTemplateContextInfo getTemplateContextInfo()
public boolean isUseClassicEditor()
true if the classic XmlContent editor should be used
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||