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
ConstructorsConstructorDescriptionDocumentViewImpl(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 TypeMethodDescriptionvoidaddParameter(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.voidremoveParameter(String name) voidsetDocumentLocation(DocumentLocation documentLocation) voidsetPatternName(String patternName) voidvoidtoString()
-
Constructor Details
-
DocumentViewImpl
-
DocumentViewImpl
public DocumentViewImpl(DocumentLocation documentLocation, String viewId, Map<String, String> parameters) -
DocumentViewImpl
-
DocumentViewImpl
-
DocumentViewImpl
-
-
Method Details
-
getDocumentLocation
- Specified by:
getDocumentLocationin interfaceDocumentView
-
getTabId
-
getViewId
Description copied from interface:DocumentViewReturns the outcome to use for this document view.XXX AT: Can be considered to be badly named "view id".
- Specified by:
getViewIdin interfaceDocumentView
-
getSubURI
- Specified by:
getSubURIin interfaceDocumentView
-
getParameters
- Specified by:
getParametersin interfaceDocumentView
-
getParameter
- Specified by:
getParameterin interfaceDocumentView
-
addParameter
- Specified by:
addParameterin interfaceDocumentView
-
removeParameter
- Specified by:
removeParameterin interfaceDocumentView
-
setDocumentLocation
- Specified by:
setDocumentLocationin interfaceDocumentView
-
setSubURI
- Specified by:
setSubURIin interfaceDocumentView
-
setViewId
- Specified by:
setViewIdin interfaceDocumentView
-
getPatternName
Description copied from interface:DocumentViewReturns the url pattern names used to generate this document view.- Specified by:
getPatternNamein interfaceDocumentView
-
setPatternName
- Specified by:
setPatternNamein interfaceDocumentView
-
toString
-