Class MCRCancelTarget

java.lang.Object
org.mycore.frontend.xeditor.target.MCRCancelTarget
All Implemented Interfaces:
MCREditorTarget

public class MCRCancelTarget extends Object implements MCREditorTarget
Author:
Frank Lützenkirchen Implements the "cancel" target to redirect when cancel button is clicked. The target URL is set by <xed:cancel url="..." /> When no URL is set, the web application base URL is used. When a complete URL is given, it is used as is. When a relative path is given, the URL is calculated relative to the page containing the editor form. When an absolute path is given, the web application base URL is prepended.