Uses of Class
org.silverpeas.components.community.control.CommunityWebRequestContext
-
Packages that use CommunityWebRequestContext Package Description org.silverpeas.components.community.control Provides the Web controller implementation with which the HTML pages of the application interact. -
-
Uses of CommunityWebRequestContext in org.silverpeas.components.community.control
Methods in org.silverpeas.components.community.control with parameters of type CommunityWebRequestContext Modifier and Type Method Description void
CommunityWebController. appHomepage(CommunityWebRequestContext context)
Prepares the rendering of the home page.protected void
CommunityWebController. beforeRequestProcessing(CommunityWebRequestContext context)
org.silverpeas.core.web.mvc.webcomponent.Navigation
CommunityWebController. editSpaceHomePage(CommunityWebRequestContext context)
void
CommunityWebController. endMembershipOf(CommunityWebRequestContext context)
void
CommunityWebController. getHistory(CommunityWebRequestContext context)
void
CommunityWebController. home(CommunityWebRequestContext context)
Prepares the rendering of the home page.void
CommunityWebController. join(CommunityWebRequestContext context)
void
CommunityWebController. leave(CommunityWebRequestContext context)
void
CommunityWebController. listMembers(CommunityWebRequestContext context)
protected void
CommunityWebController. onInstantiation(CommunityWebRequestContext context)
This method is called one times once this web component controller is instantiated for a given user.void
CommunityWebController. setDisplayCharterOnSpaceHomepage(CommunityWebRequestContext context)
void
CommunityWebController. spaceHomepageProxy(CommunityWebRequestContext context)
Prepares the rendering of the home page.void
CommunityWebController. validate(CommunityWebRequestContext context)
-