public class CmsQuickLaunchParams extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
Modifier | Constructor and Description |
---|---|
protected |
CmsQuickLaunchParams()
Default constructor for serialization.
|
|
CmsQuickLaunchParams(java.lang.String context,
CmsUUID pageId,
CmsUUID detailId,
java.lang.String returnCode,
java.lang.String path)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext()
Returns the context.
|
CmsUUID |
getDetailId()
Returns the detailId.
|
CmsUUID |
getPageId()
Returns the pageId.
|
java.lang.String |
getPath()
Gets the path.
|
java.lang.String |
getReturnCode()
Returns the returnCode.
|
boolean |
isPageContext()
Returns true if the quick launcher is called from the page editor.
|
boolean |
isSitemapContext()
Returns true if the quick launcher is called from the sitemap editor.
|
public CmsQuickLaunchParams(java.lang.String context, CmsUUID pageId, CmsUUID detailId, java.lang.String returnCode, java.lang.String path)
context
- the quick launch contextpageId
- the page iddetailId
- the detail content idreturnCode
- the return codepath
- the pathprotected CmsQuickLaunchParams()
public java.lang.String getContext()
public CmsUUID getDetailId()
public java.lang.String getPath()
public java.lang.String getReturnCode()
public boolean isPageContext()
public boolean isSitemapContext()