Uses of Class
org.silverpeas.components.community.CommunityWebManager
-
Packages that use CommunityWebManager Package Description org.silverpeas.components.community Silverpeas Web Application Component to manage a community of users for a collaborative space.org.silverpeas.components.community.web Provides the REST-based web services with which anyone can communicate with an application instance to get information about a community of users and its members. -
-
Uses of CommunityWebManager in org.silverpeas.components.community
Methods in org.silverpeas.components.community that return CommunityWebManager Modifier and Type Method Description static CommunityWebManager
CommunityWebManager. get()
Gets the singleton instance of the provider. -
Uses of CommunityWebManager in org.silverpeas.components.community.web
Methods in org.silverpeas.components.community.web that return CommunityWebManager Modifier and Type Method Description protected CommunityWebManager
CommunityWebResource. getWebManager()
Gets the Web Manager to use to fulfill the incoming request.
-