Uses of Interface
org.silverpeas.core.web.mvc.route.ComponentInstanceRoutingMap
-
Packages that use ComponentInstanceRoutingMap Package Description org.silverpeas.core.web.calendar org.silverpeas.core.web.mvc.route org.silverpeas.web.usercalendar -
-
Uses of ComponentInstanceRoutingMap in org.silverpeas.core.web.calendar
Classes in org.silverpeas.core.web.calendar that implement ComponentInstanceRoutingMap Modifier and Type Class Description class
AbstractCalendarInstanceRoutingMap
Routing map centralization about the calendar event resources. -
Uses of ComponentInstanceRoutingMap in org.silverpeas.core.web.mvc.route
Classes in org.silverpeas.core.web.mvc.route that implement ComponentInstanceRoutingMap Modifier and Type Class Description class
AbstractComponentInstanceRoutingMap
Abstract implementation ofComponentInstanceRoutingMap
which permits to handle as a centralized way the instanceId data.Methods in org.silverpeas.core.web.mvc.route that return ComponentInstanceRoutingMap Modifier and Type Method Description ComponentInstanceRoutingMap
ComponentInstanceRoutingMapProvider. absolute()
All the URI provided by theComponentInstanceRoutingMap
instance will be prefixed with the server URL and the URI part of the Silverpeas application name.ComponentInstanceRoutingMap
ComponentInstanceRoutingMapProvider. relative()
All the URI provided by theComponentInstanceRoutingMap
instance will not be prefixed.ComponentInstanceRoutingMap
ComponentInstanceRoutingMapProvider. relativeToSilverpeas()
All the URI provided by theComponentInstanceRoutingMap
instance will be prefixed with the URI part of the Silverpeas application name. -
Uses of ComponentInstanceRoutingMap in org.silverpeas.web.usercalendar
Classes in org.silverpeas.web.usercalendar that implement ComponentInstanceRoutingMap Modifier and Type Class Description class
UserCalendarInstanceRoutingMap
-