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
-
-
Constructor Summary
Constructors Constructor Description ProjectManagerInstanceRoutingMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getViewPage(org.silverpeas.core.contribution.model.ContributionIdentifier contributionIdentifier)
-
-
-
Method Detail
-
getViewPage
public URI getViewPage(org.silverpeas.core.contribution.model.ContributionIdentifier contributionIdentifier)
- Specified by:
getViewPage
in interfaceorg.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
- Overrides:
getViewPage
in classorg.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
-
-