org.nuxeo.ecm.admin.url
Class AdminViewCodec
java.lang.Object
org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
org.nuxeo.ecm.admin.url.AdminViewCodec
- All Implemented Interfaces:
- DocumentViewCodec
public class AdminViewCodec
- extends AbstractDocumentViewCodec
Should provide a url binding for admin screens
- Author:
- tiry
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
AdminViewCodec
public AdminViewCodec()
AdminViewCodec
public AdminViewCodec(String prefix)
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interface DocumentViewCodec
- Overrides:
getPrefix
in class AbstractDocumentViewCodec
getDocumentViewFromUrl
public DocumentView getDocumentViewFromUrl(String url)
- Description copied from interface:
DocumentViewCodec
- Extracts the document view from given url.
The url is partial: it does not hold the context path information
(server:port/nuxeo).
- Parameters:
url
- the partial url to redirect to.
- Returns:
- a document view instance.
getUrlFromDocumentView
public String getUrlFromDocumentView(DocumentView docView)
- Description copied from interface:
DocumentViewCodec
- Builds an url from the given document view.
The url should be partial: it should not hold the context path
information (server:port/nuxeo).
- Returns:
Copyright © 2011 Nuxeo SAS. All Rights Reserved.