Package org.silverpeas.core.web.calendar
Class AbstractCalendarInstanceRoutingMap
- java.lang.Object
-
- org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
-
- org.silverpeas.core.web.calendar.AbstractCalendarInstanceRoutingMap
-
- All Implemented Interfaces:
ComponentInstanceRoutingMap
- Direct Known Subclasses:
UserCalendarInstanceRoutingMap
public abstract class AbstractCalendarInstanceRoutingMap extends AbstractComponentInstanceRoutingMap
Routing map centralization about the calendar event resources.- Author:
- silveryocha
-
-
Field Summary
-
Fields inherited from interface org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
NAME_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description AbstractCalendarInstanceRoutingMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getViewPage(ContributionIdentifier contributionIdentifier)
Gets the view page URI of a resource handled by the component instance and represented by the given contribution identifier.-
Methods inherited from class org.silverpeas.core.web.mvc.route.AbstractComponentInstanceRoutingMap
getBaseForPages, getEditionPage, getHomePage, getInstanceId, getPermalink, getWebResourceUriBuilder, newUriBuilder, uriBuilder
-
-
-
-
Method Detail
-
getViewPage
public URI getViewPage(ContributionIdentifier contributionIdentifier)
Description copied from interface:ComponentInstanceRoutingMap
Gets the view page URI of a resource handled by the component instance and represented by the given contribution identifier.- Specified by:
getViewPage
in interfaceComponentInstanceRoutingMap
- Overrides:
getViewPage
in classAbstractComponentInstanceRoutingMap
- Parameters:
contributionIdentifier
- a contribution identifier.- Returns:
- an
URI
instance.
-
-