Class SuggestionBoxInstanceRoutingMap
java.lang.Object
org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
org.silverpeas.components.suggestionbox.SuggestionBoxInstanceRoutingMap
- All Implemented Interfaces:
org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
@Technical
@Bean
@Named
public class SuggestionBoxInstanceRoutingMap
extends org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
Implementation of the routing map for the suggestion box as the way to render the view page of a
given suggestion is specific to this application.
- Author:
- mmoquillon
-
Field Summary
Fields inherited from interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
NAME_SUFFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetViewPage(org.silverpeas.core.contribution.model.ContributionIdentifier contributionIdentifier) Methods inherited from class org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
getBaseForPages, getEditionPage, getHomePage, getInstanceId, getPermalink, getWebResourceUriBuilder, newUriBuilder, uriBuilder
-
Constructor Details
-
SuggestionBoxInstanceRoutingMap
public SuggestionBoxInstanceRoutingMap()
-
-
Method Details
-
getViewPage
public URI getViewPage(org.silverpeas.core.contribution.model.ContributionIdentifier contributionIdentifier) - Specified by:
getViewPagein interfaceorg.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap- Overrides:
getViewPagein classorg.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
-