public final class CmsCntPageData
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
DICT_NAME
Name of the used dictionary.
|
static java.lang.String |
JSONKEY_DETAIL_ELEMENT_ID
Key 'detailElementId' for the detail content id.
|
static java.lang.String |
JSONKEY_DETAILONLY
Key 'isDetailOnly' used within the JSON representation of a container object.
|
static java.lang.String |
JSONKEY_DETAILVIEW
Key 'isDetailView' used within the JSON representation of a container object.
|
static java.lang.String |
JSONKEY_ELEMENT_ID
Key 'elementId' for the element id.
|
static java.lang.String |
JSONKEY_ELEMENTS
Key 'elements' used within the JSON representation of a container object.
|
static java.lang.String |
JSONKEY_MAXELEMENTS
Key 'maxElements' used within the JSON representation of a container object.
|
static java.lang.String |
JSONKEY_NAME
Key 'name' used within the JSON representation of a container object.
|
static java.lang.String |
JSONKEY_TYPE
Key 'type' used within the JSON representation of a container object.
|
static java.lang.String |
JSONKEY_WIDTH
Key 'width' used within the JSON representation of a container object.
|
static java.lang.String |
KEY_CONTAINER_DATA
Key for container data.
|
限定符 | 构造器和说明 |
---|---|
protected |
CmsCntPageData()
Serialization constructor.
|
|
CmsCntPageData(java.lang.String noEditReason,
java.lang.String requestParams,
java.lang.String sitemapUri,
CmsUUID detailId,
java.lang.String detailContainerPage,
java.util.Map<java.lang.String,java.lang.String> newTypes,
long lastModified,
java.lang.String lockInfo,
java.lang.String locale,
boolean useClassicEditor,
CmsTemplateContextInfo contextInfo,
boolean showSmallElementsInitially)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getBacklinkUri()
Returns the xml-content editor back-link URI.
|
long |
getDateLastModified()
Gets the date at which the page was last modified.
|
java.lang.String |
getDetailContainerPage()
Returns the detail view container resource path.
|
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.
|
CmsTemplateContextInfo |
getTemplateContextInfo()
Gets the template context information.
|
boolean |
isEditSmallElementsInitially()
Returns true if small elements should be editable initially.
|
boolean |
isUseClassicEditor()
Returns if the classic XmlContent editor should be used.
|
public static final java.lang.String DICT_NAME
public static final java.lang.String JSONKEY_DETAILONLY
public static final java.lang.String JSONKEY_DETAILVIEW
public static final java.lang.String JSONKEY_ELEMENTS
public static final java.lang.String JSONKEY_MAXELEMENTS
public static final java.lang.String JSONKEY_NAME
public static final java.lang.String JSONKEY_TYPE
public static final java.lang.String JSONKEY_WIDTH
public static final java.lang.String JSONKEY_ELEMENT_ID
public static final java.lang.String JSONKEY_DETAIL_ELEMENT_ID
public static final java.lang.String KEY_CONTAINER_DATA
CmsJspTagContainer.KEY_CONTAINER_DATA
.public CmsCntPageData(java.lang.String noEditReason, java.lang.String requestParams, java.lang.String sitemapUri, CmsUUID detailId, java.lang.String detailContainerPage, java.util.Map<java.lang.String,java.lang.String> newTypes, long lastModified, java.lang.String lockInfo, java.lang.String locale, boolean useClassicEditor, CmsTemplateContextInfo contextInfo, boolean showSmallElementsInitially)
noEditReason
- the reason why the current user is not allowed to edit the current container pagerequestParams
- the original request parameterssitemapUri
- the current sitemap URIdetailId
- the detail resource id, if availabledetailContainerPage
- the detail view container resource pathnewTypes
- 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 informationshowSmallElementsInitially
- flag which controls whether small elements should be shown initiallyprotected CmsCntPageData()
public java.lang.String getBacklinkUri()
public long getDateLastModified()
public java.lang.String getDetailContainerPage()
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 CmsTemplateContextInfo getTemplateContextInfo()
public boolean isEditSmallElementsInitially()
public boolean isUseClassicEditor()
true
if the classic XmlContent editor should be used