Interface RichPageRenderer
- All Superinterfaces:
BasicRenderer
,Renderer<RichPageRenderer>
- Since:
- 3.9.0
- Author:
- Jakub Stroleny, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionadditionalUrlParameters
(StrictMap<String, String> parameters) Links rendered withRenderer.withLinks(boolean)
set to true will open in the Baseline Collection context, and the revision parameter will not be present in the link.Shortcut for callingwithSpace(boolean)
with truewithSpace
(boolean value) When true renders rich page name together with space name otherwise only rich page name is rendered.Methods inherited from interface com.polarion.alm.shared.api.model.Renderer
htmlFor, htmlTo, openLinksInNewWindow, openLinksInNewWindow, withBaselineIcon, withBaselineIcon, withIcon, withIcon, withLinks, withLinks, withRevisionIcon, withRevisionIcon, withRevisionIconInBaseline, withRevisionOrBaselineIcon, withText, withText
-
Method Details
-
withSpace
When true renders rich page name together with space name otherwise only rich page name is rendered. -
withSpace
Shortcut for callingwithSpace(boolean)
with true
-