Uses of Class
org.silverpeas.components.forums.control.ForumsSessionController
-
Packages that use ForumsSessionController Package Description org.silverpeas.components.forums.control.helpers org.silverpeas.components.forums.servlets -
-
Uses of ForumsSessionController in org.silverpeas.components.forums.control.helpers
Methods in org.silverpeas.components.forums.control.helpers that return ForumsSessionController Modifier and Type Method Description ForumsSessionControllerForumHelper.PrintOutParameters. getSessionController()Methods in org.silverpeas.components.forums.control.helpers with parameters of type ForumsSessionController Modifier and Type Method Description static voidForumActionHelper. actionManagement(javax.servlet.http.HttpServletRequest request, boolean isAdmin, boolean isModerator, String userId, org.silverpeas.core.util.LocalizationBundle resource, javax.servlet.jsp.JspWriter out, ForumsSessionController fsc)Method invoked from JSP (yes, this is bad ... this has to change)static voidForumHelper. addBodyOnload(javax.servlet.jsp.JspWriter out, ForumsSessionController fsc)static voidForumHelper. addBodyOnload(javax.servlet.jsp.JspWriter out, ForumsSessionController fsc, String call)static voidForumHelper. addJsResizeFrameCall(javax.servlet.jsp.JspWriter out, ForumsSessionController fsc)static voidForumActionHelper. createForumAction(javax.servlet.http.HttpServletRequest request, ForumsSessionController fsc)Handles the invocation of the create or update forum actionstatic voidForumListHelper. displayChildForums(javax.servlet.jsp.JspWriter out, org.silverpeas.core.util.MultiSilverpeasBundle resources, boolean admin, boolean moderator, boolean reader, int currentForumId, String call, ForumsSessionController fsc, boolean isSubscriberByInheritance)static voidForumListHelper. displayForumsList(javax.servlet.jsp.JspWriter out, org.silverpeas.core.util.MultiSilverpeasBundle resources, boolean admin, boolean moderator, boolean reader, int currentForumId, String call, ForumsSessionController fsc, String categoryId, String nom, String description, boolean isSubscriberByInheritance)static StringForumListHelper. navigationBar(int forumId, ForumsSessionController fsc)ForumHelper.PrintOutParametersForumHelper.PrintOutParameters. setSessionController(ForumsSessionController sessionController)static voidForumActionHelper. updateForumAction(javax.servlet.http.HttpServletRequest request, ForumsSessionController fsc)Handles the invocation of the create or update forum action -
Uses of ForumsSessionController in org.silverpeas.components.forums.servlets
Methods in org.silverpeas.components.forums.servlets that return ForumsSessionController Modifier and Type Method Description ForumsSessionControllerForumsRequestRouter. createComponentSessionController(org.silverpeas.core.web.mvc.controller.MainSessionController mainSessionCtrl, org.silverpeas.core.web.mvc.controller.ComponentContext context)Methods in org.silverpeas.components.forums.servlets with parameters of type ForumsSessionController Modifier and Type Method Description StringForumsRequestRouter. getDestination(String function, ForumsSessionController forumsSC, org.silverpeas.core.web.http.HttpRequest request)
-