Class FormXMLHelper
- java.lang.Object
-
- org.silverpeas.mobile.server.helpers.FormXMLHelper
-
public class FormXMLHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAINSESSIONCONTROLLER_ATTRIBUT_NAME
-
Constructor Summary
Constructors Constructor Description FormXMLHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static org.silverpeas.core.web.mvc.controller.MainSessionControllergetMainSessionController(javax.servlet.http.HttpServletRequest request)static StringgetUsedXMLTemplate(javax.servlet.http.HttpServletRequest request, String instanceId)static StringgetUsedXMLTemplateShortname(javax.servlet.http.HttpServletRequest request, String instanceId)static org.silverpeas.core.contribution.template.publication.PublicationTemplategetXMLTemplate(javax.servlet.http.HttpServletRequest request, String instanceId)static booleanisXMLTemplateUsed(javax.servlet.http.HttpServletRequest request, String instanceId)static voidregisterXMLForm(javax.servlet.http.HttpServletRequest request, String instanceId)
-
-
-
Field Detail
-
MAINSESSIONCONTROLLER_ATTRIBUT_NAME
public static final String MAINSESSIONCONTROLLER_ATTRIBUT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getXMLTemplate
public static org.silverpeas.core.contribution.template.publication.PublicationTemplate getXMLTemplate(javax.servlet.http.HttpServletRequest request, String instanceId) throws Exception- Throws:
Exception
-
registerXMLForm
public static void registerXMLForm(javax.servlet.http.HttpServletRequest request, String instanceId) throws Exception- Throws:
Exception
-
isXMLTemplateUsed
public static boolean isXMLTemplateUsed(javax.servlet.http.HttpServletRequest request, String instanceId) throws Exception- Throws:
Exception
-
getUsedXMLTemplate
public static String getUsedXMLTemplate(javax.servlet.http.HttpServletRequest request, String instanceId) throws Exception
- Throws:
Exception
-
getUsedXMLTemplateShortname
public static String getUsedXMLTemplateShortname(javax.servlet.http.HttpServletRequest request, String instanceId) throws Exception
- Throws:
Exception
-
-