Class FormXMLHelper
java.lang.Object
org.silverpeas.mobile.server.helpers.FormXMLHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.silverpeas.core.web.mvc.controller.MainSessionControllergetMainSessionController(jakarta.servlet.http.HttpServletRequest request) static StringgetUsedXMLTemplate(jakarta.servlet.http.HttpServletRequest request, String instanceId) static StringgetUsedXMLTemplateShortname(jakarta.servlet.http.HttpServletRequest request, String instanceId) static org.silverpeas.core.contribution.template.publication.PublicationTemplategetXMLTemplate(jakarta.servlet.http.HttpServletRequest request, String instanceId) static booleanisXMLTemplateUsed(jakarta.servlet.http.HttpServletRequest request, String instanceId) static voidregisterXMLForm(jakarta.servlet.http.HttpServletRequest request, String instanceId)
-
Field Details
-
MAINSESSIONCONTROLLER_ATTRIBUT_NAME
- See Also:
-
-
Constructor Details
-
FormXMLHelper
public FormXMLHelper()
-
-
Method Details
-
getXMLTemplate
public static org.silverpeas.core.contribution.template.publication.PublicationTemplate getXMLTemplate(jakarta.servlet.http.HttpServletRequest request, String instanceId) throws Exception - Throws:
Exception
-
registerXMLForm
public static void registerXMLForm(jakarta.servlet.http.HttpServletRequest request, String instanceId) throws Exception - Throws:
Exception
-
isXMLTemplateUsed
public static boolean isXMLTemplateUsed(jakarta.servlet.http.HttpServletRequest request, String instanceId) throws Exception - Throws:
Exception
-
getUsedXMLTemplate
public static String getUsedXMLTemplate(jakarta.servlet.http.HttpServletRequest request, String instanceId) throws Exception - Throws:
Exception
-
getUsedXMLTemplateShortname
public static String getUsedXMLTemplateShortname(jakarta.servlet.http.HttpServletRequest request, String instanceId) throws Exception - Throws:
Exception
-
getMainSessionController
protected static org.silverpeas.core.web.mvc.controller.MainSessionController getMainSessionController(jakarta.servlet.http.HttpServletRequest request) throws Exception - Throws:
Exception
-