Package org.nuxeo.web.ui
Class WebUIRedirectCodec
- java.lang.Object
-
- org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
-
- org.nuxeo.web.ui.WebUIRedirectCodec
-
- All Implemented Interfaces:
DocumentViewCodec
public class WebUIRedirectCodec extends AbstractDocumentViewCodec
- Since:
- 9.10
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
prefix
-
-
Constructor Summary
Constructors Constructor Description WebUIRedirectCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentView
getDocumentViewFromUrl(String s)
Extracts the document view from given url.String
getUrlFromDocumentView(DocumentView docView)
Builds an url from the given document view.-
Methods inherited from class org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
getPrefix, handleDocumentView, handleUrl, setPrefix
-
-
-
-
Method Detail
-
getDocumentViewFromUrl
public DocumentView getDocumentViewFromUrl(String s)
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:
s
- 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).
-
-