Package org.opencms.gwt.shared
Class CmsReturnLinkInfo
java.lang.Object
org.opencms.gwt.shared.CmsReturnLinkInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsReturnLinkInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
This class represents the result of a "return link" lookup, which is what happens if the user
clicks the "go to last page" button in the sitemap editor. It contains a link string (possibly null)
and a status to indicate possible errors.
- Since:
- 8.0.0
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Protected default constructor for serialization.CmsReturnLinkInfo
(String link, CmsReturnLinkInfo.Status status) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetLink()
Returns the return link.Returns the link lookup status.
-
Constructor Details
-
CmsReturnLinkInfo
protected CmsReturnLinkInfo()Protected default constructor for serialization.
-
Method Details
-
getLink
Returns the return link.- Returns:
- the return link
-
getStatus
Returns the link lookup status.- Returns:
- the link lookup status
-