public class CmsDetailPageInfo
extends java.lang.Object
implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
FUNCTION_PREFIX
The prefix for dynamic function detail page types.
|
限定符 | 构造器和说明 |
---|---|
protected |
CmsDetailPageInfo()
Empty default constructor for serialization.
|
|
CmsDetailPageInfo(CmsUUID id,
java.lang.String uri,
java.lang.String type)
Creates a new detail page info bean.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getDisplayType()
Gets the type name to display to the user.
|
java.lang.String |
getIconType()
Returns the resource type name for the icon to display.
|
CmsUUID |
getId()
Returns the id of the detail page.
|
java.lang.String |
getType()
Returns the type for which the detail page is used.
|
java.lang.String |
getUri()
The original URI for the detail page.
|
static java.lang.String |
removeFunctionPrefix(java.lang.String name)
Removes the prefix for dynamic functions from a detail page type name.
|
public static final java.lang.String FUNCTION_PREFIX
public CmsDetailPageInfo(CmsUUID id, java.lang.String uri, java.lang.String type)
id
- the id of the detail pageuri
- the original URI of the pagetype
- the resource type for which the detail page is usedprotected CmsDetailPageInfo()
public static java.lang.String removeFunctionPrefix(java.lang.String name)
name
- the detail page type namepublic java.lang.String getDisplayType()
public java.lang.String getIconType()
public CmsUUID getId()
public java.lang.String getType()
public java.lang.String getUri()