Class KmeliaDisplayHelper
java.lang.Object
org.silverpeas.components.kmelia.jstl.KmeliaDisplayHelper
Helper class to be able to remove old JSP methods.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddisplayAllOperations(String id, KmeliaSessionController kmeliaScc, org.silverpeas.core.web.util.viewgenerator.html.GraphicElementFactory gef, String action, org.silverpeas.core.util.MultiSilverpeasBundle resources, jakarta.servlet.jsp.JspWriter out) static voiddisplayAllOperations(String id, KmeliaSessionController kmeliaScc, org.silverpeas.core.web.util.viewgenerator.html.GraphicElementFactory gef, String action, org.silverpeas.core.util.MultiSilverpeasBundle resources, jakarta.servlet.jsp.JspWriter out, boolean kmaxMode) static voiddisplayOnNewOperations(KmeliaSessionController kmeliaScc, jakarta.servlet.jsp.JspWriter out) static voiddisplayUserAttachmentsView(org.silverpeas.core.contribution.publication.model.PublicationDetail pubDetail, String webContext, jakarta.servlet.jsp.JspWriter out, String lang, boolean showIcon, org.silverpeas.core.util.MultiSilverpeasBundle resources) static voiddisplayUserOperations(KmeliaSessionController kmeliaScc, jakarta.servlet.jsp.JspWriter out)
-
Method Details
-
displayAllOperations
public static void displayAllOperations(String id, KmeliaSessionController kmeliaScc, org.silverpeas.core.web.util.viewgenerator.html.GraphicElementFactory gef, String action, org.silverpeas.core.util.MultiSilverpeasBundle resources, jakarta.servlet.jsp.JspWriter out) throws IOException - Throws:
IOException
-
displayAllOperations
public static void displayAllOperations(String id, KmeliaSessionController kmeliaScc, org.silverpeas.core.web.util.viewgenerator.html.GraphicElementFactory gef, String action, org.silverpeas.core.util.MultiSilverpeasBundle resources, jakarta.servlet.jsp.JspWriter out, boolean kmaxMode) throws IOException - Throws:
IOException
-
displayUserOperations
public static void displayUserOperations(KmeliaSessionController kmeliaScc, jakarta.servlet.jsp.JspWriter out) throws IOException - Throws:
IOException
-
displayOnNewOperations
public static void displayOnNewOperations(KmeliaSessionController kmeliaScc, jakarta.servlet.jsp.JspWriter out) throws IOException - Throws:
IOException
-
displayUserAttachmentsView
public static void displayUserAttachmentsView(org.silverpeas.core.contribution.publication.model.PublicationDetail pubDetail, String webContext, jakarta.servlet.jsp.JspWriter out, String lang, boolean showIcon, org.silverpeas.core.util.MultiSilverpeasBundle resources) throws IOException - Throws:
IOException
-