Uses of Interface
org.silverpeas.components.community.web.CommunityWebResource.WebFunction
-
Packages that use CommunityWebResource.WebFunction Package Description 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 CommunityWebResource.WebFunction in org.silverpeas.components.community.web
Methods in org.silverpeas.components.community.web with parameters of type CommunityWebResource.WebFunction Modifier and Type Method Description protected <T> T
CommunityWebResource. process(CommunityWebResource.WebFunction<T> function)
Processes the specified web function behalf the community of users concerned by the incoming request.
-