|
||||||||
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 String |
FUNCTION_PREFIX
The prefix for dynamic function detail page types. |
Constructor Summary | |
---|---|
protected |
CmsDetailPageInfo()
Empty default constructor for serialization. |
|
CmsDetailPageInfo(CmsUUID id,
String uri,
String type)
Creates a new detail page info bean. |
Method Summary | |
---|---|
String |
getDisplayType()
Gets the type name to display to the user. |
String |
getIconType()
Returns the resource type name for the icon to display. |
CmsUUID |
getId()
Returns the id of the detail page. |
String |
getType()
Returns the type for which the detail page is used. |
String |
getUri()
The original URI for the detail page. |
static String |
removeFunctionPrefix(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 String FUNCTION_PREFIX
Constructor Detail |
---|
public CmsDetailPageInfo(CmsUUID id, String uri, 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 String removeFunctionPrefix(String name)
name
- the detail page type name
public String getDisplayType()
public String getIconType()
public CmsUUID getId()
public String getType()
public String getUri()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |