Package org.nuxeo.ecm.platform.url
Class DocumentViewImpl
java.lang.Object
org.nuxeo.ecm.platform.url.DocumentViewImpl
- All Implemented Interfaces:
Serializable
,DocumentView
TODO: document me.
- Author:
- tiry
- See Also:
-
Constructor Summary
ConstructorDescriptionDocumentViewImpl
(DocumentLocation docLoc) DocumentViewImpl
(DocumentLocation documentLocation, String viewId) DocumentViewImpl
(DocumentLocation documentLocation, String viewId, String subURI, Map<String, String> parameters) DocumentViewImpl
(DocumentLocation documentLocation, String viewId, Map<String, String> parameters) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(String name, String value) getParameter
(String name) Returns the url pattern names used to generate this document view.getTabId()
Returns the outcome to use for this document view.void
removeParameter
(String name) void
setDocumentLocation
(DocumentLocation documentLocation) void
setPatternName
(String patternName) void
void
toString()
-
Constructor Details
-
DocumentViewImpl
-
DocumentViewImpl
public DocumentViewImpl(DocumentLocation documentLocation, String viewId, Map<String, String> parameters) -
DocumentViewImpl
-
DocumentViewImpl
-
DocumentViewImpl
-
-
Method Details
-
getDocumentLocation
- Specified by:
getDocumentLocation
in interfaceDocumentView
-
getTabId
-
getViewId
Description copied from interface:DocumentView
Returns the outcome to use for this document view.XXX AT: Can be considered to be badly named "view id".
- Specified by:
getViewId
in interfaceDocumentView
-
getSubURI
- Specified by:
getSubURI
in interfaceDocumentView
-
getParameters
- Specified by:
getParameters
in interfaceDocumentView
-
getParameter
- Specified by:
getParameter
in interfaceDocumentView
-
addParameter
- Specified by:
addParameter
in interfaceDocumentView
-
removeParameter
- Specified by:
removeParameter
in interfaceDocumentView
-
setDocumentLocation
- Specified by:
setDocumentLocation
in interfaceDocumentView
-
setSubURI
- Specified by:
setSubURI
in interfaceDocumentView
-
setViewId
- Specified by:
setViewId
in interfaceDocumentView
-
getPatternName
Description copied from interface:DocumentView
Returns the url pattern names used to generate this document view.- Specified by:
getPatternName
in interfaceDocumentView
-
setPatternName
- Specified by:
setPatternName
in interfaceDocumentView
-
toString
-