Methods in com.stratelia.webactiv.forums.control.helpers with parameters of type ForumsSessionController |
static void |
ForumActionHelper.actionManagement(javax.servlet.http.HttpServletRequest request,
boolean isAdmin,
boolean isModerator,
String userId,
com.stratelia.webactiv.util.ResourceLocator resource,
javax.servlet.jsp.JspWriter out,
ForumsSessionController fsc)
Method invoked from JSP (yes, this is bad ... this has to change) |
static void |
ForumHelper.addBodyOnload(javax.servlet.jsp.JspWriter out,
ForumsSessionController fsc)
|
static void |
ForumHelper.addBodyOnload(javax.servlet.jsp.JspWriter out,
ForumsSessionController fsc,
String call)
|
static void |
ForumHelper.addJsResizeFrameCall(javax.servlet.jsp.JspWriter out,
ForumsSessionController fsc)
|
static void |
ForumActionHelper.createForumAction(javax.servlet.http.HttpServletRequest request,
ForumsSessionController fsc)
Handles the invocation of the create or update forum action |
static void |
ForumListHelper.displayChildForums(javax.servlet.jsp.JspWriter out,
com.stratelia.silverpeas.util.ResourcesWrapper resources,
boolean admin,
boolean moderator,
boolean reader,
int currentForumId,
String call,
ForumsSessionController fsc,
boolean isSubscriberByInheritance)
|
static void |
ForumListHelper.displayForumsList(javax.servlet.jsp.JspWriter out,
com.stratelia.silverpeas.util.ResourcesWrapper resources,
boolean admin,
boolean moderator,
boolean reader,
int currentForumId,
String call,
ForumsSessionController fsc,
String categoryId,
String nom,
String description,
boolean isSubscriberByInheritance)
|
static void |
ForumHelper.displayMessagesList(javax.servlet.jsp.JspWriter out,
com.stratelia.webactiv.util.ResourceLocator resource,
String userId,
boolean admin,
boolean moderator,
boolean reader,
boolean view,
int currentForumId,
boolean simpleMode,
String call,
ForumsSessionController fsc,
com.stratelia.silverpeas.util.ResourcesWrapper resources,
boolean isSubscriberByInheritance)
|
static void |
ForumHelper.displaySingleMessageList(javax.servlet.jsp.JspWriter out,
com.stratelia.webactiv.util.ResourceLocator resource,
String userId,
boolean admin,
boolean moderator,
boolean reader,
boolean view,
int currentForumId,
int messageId,
boolean simpleMode,
String call,
ForumsSessionController fsc,
com.stratelia.silverpeas.util.ResourcesWrapper resources,
boolean isSubscriberByInheritance)
|
static String |
ForumListHelper.navigationBar(int forumId,
com.stratelia.webactiv.util.ResourceLocator resource,
ForumsSessionController fsc)
|
static void |
ForumActionHelper.updateForumAction(javax.servlet.http.HttpServletRequest request,
ForumsSessionController fsc)
Handles the invocation of the create or update forum action |