|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentViewCodec
| Method Summary | |
|---|---|
DocumentView |
getDocumentViewFromUrl(String url)
Extracts the document view from given url. |
String |
getPrefix()
|
String |
getUrlFromDocumentView(DocumentView docView)
Builds an url from the given document view. |
boolean |
handleDocumentView(DocumentView docView)
|
boolean |
handleUrl(String url)
|
void |
setPrefix(String prefix)
|
| Method Detail |
|---|
String getPrefix()
void setPrefix(String prefix)
boolean handleDocumentView(DocumentView docView)
boolean handleUrl(String url)
DocumentView getDocumentViewFromUrl(String url)
The url is partial: it does not hold the context path information (server:port/nuxeo).
url - the partial url to redirect to.
String getUrlFromDocumentView(DocumentView docView)
The url should be partial: it should not hold the context path information (server:port/nuxeo).
docView -
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||