Class ProjectManagerInstanceRoutingMap
java.lang.Object
org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
org.silverpeas.components.projectmanager.ProjectManagerInstanceRoutingMap
- All Implemented Interfaces:
org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
@Technical
@Bean
@Named
public class ProjectManagerInstanceRoutingMap
extends org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
Implementation of the routing map for the project manager as the way to render the view page of a
given task 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
-
ProjectManagerInstanceRoutingMap
public ProjectManagerInstanceRoutingMap()
-
-
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
-