public interface DocumentView
Some information is required (document location). Other information (like the currently selected tab) are handled through parameters.*
This interface is used to map a url to a document context.
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
String value) |
DocumentLocation |
getDocumentLocation() |
String |
getParameter(String name) |
Map<String,String> |
getParameters() |
String |
getPatternName()
Returns the url pattern names used to generate this document view.
|
String |
getSubURI() |
String |
getTabId()
Deprecated.
should use the parameters map for the tab identifier.
|
String |
getViewId()
Returns the outcome to use for this document view.
|
void |
removeParameter(String name) |
void |
setDocumentLocation(DocumentLocation documentLocation) |
void |
setPatternName(String patternName) |
void |
setSubURI(String subURI) |
void |
setViewId(String viewId) |
String getPatternName()
void setPatternName(String patternName)
void setDocumentLocation(DocumentLocation documentLocation)
DocumentLocation getDocumentLocation()
Map<String,String> getParameters()
String getParameter(String name)
void addParameter(String name, String value)
void removeParameter(String name)
String getViewId()
XXX AT: Can be considered to be badly named "view id".
@Deprecated String getTabId()
Copyright © 2015 Nuxeo SA. All rights reserved.