|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.detailpage.CmsDetailPageInfo
public class CmsDetailPageInfo
Data bean containing the information for a detail page.
| Field Summary | |
|---|---|
static java.lang.String |
FUNCTION_PREFIX
The prefix for dynamic function detail page types. |
| Constructor Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| 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 FUNCTION_PREFIX
| Constructor Detail |
|---|
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()
| Method Detail |
|---|
public static java.lang.String removeFunctionPrefix(java.lang.String name)
name - the detail page type name
public java.lang.String getDisplayType()
public java.lang.String getIconType()
public CmsUUID getId()
public java.lang.String getType()
public java.lang.String getUri()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||