Class FormXMLHelper


  • public class FormXMLHelper
    extends Object
    • Field Detail

    • Constructor Detail

      • FormXMLHelper

        public FormXMLHelper()
    • 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
      • getMainSessionController

        protected static org.silverpeas.core.web.mvc.controller.MainSessionController getMainSessionController​(javax.servlet.http.HttpServletRequest request)
                                                                                                        throws Exception
        Throws:
        Exception