Class ConfigurationHandler


  • public class ConfigurationHandler
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void outputConfigurationBody​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext, org.apache.manifoldcf.core.interfaces.IHTTPOutput out, java.util.Locale locale, org.apache.manifoldcf.core.interfaces.ConfigParams parameters, java.lang.String tabName)  
      static void outputConfigurationHeader​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext, org.apache.manifoldcf.core.interfaces.IHTTPOutput out, java.util.Locale locale, org.apache.manifoldcf.core.interfaces.ConfigParams parameters, java.util.List<java.lang.String> tabsArray)  
      static java.lang.String processConfigurationPost​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext, org.apache.manifoldcf.core.interfaces.IPostParameters variableContext, java.util.Locale locale, org.apache.manifoldcf.core.interfaces.ConfigParams parameters)  
      static void viewConfiguration​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext, org.apache.manifoldcf.core.interfaces.IHTTPOutput out, java.util.Locale locale, org.apache.manifoldcf.core.interfaces.ConfigParams parameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • outputConfigurationHeader

        public static void outputConfigurationHeader​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext,
                                                     org.apache.manifoldcf.core.interfaces.IHTTPOutput out,
                                                     java.util.Locale locale,
                                                     org.apache.manifoldcf.core.interfaces.ConfigParams parameters,
                                                     java.util.List<java.lang.String> tabsArray)
                                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                     java.io.IOException
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
        java.io.IOException
      • outputConfigurationBody

        public static void outputConfigurationBody​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext,
                                                   org.apache.manifoldcf.core.interfaces.IHTTPOutput out,
                                                   java.util.Locale locale,
                                                   org.apache.manifoldcf.core.interfaces.ConfigParams parameters,
                                                   java.lang.String tabName)
                                            throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                   java.io.IOException
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
        java.io.IOException
      • processConfigurationPost

        public static java.lang.String processConfigurationPost​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext,
                                                                org.apache.manifoldcf.core.interfaces.IPostParameters variableContext,
                                                                java.util.Locale locale,
                                                                org.apache.manifoldcf.core.interfaces.ConfigParams parameters)
                                                         throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • viewConfiguration

        public static void viewConfiguration​(org.apache.manifoldcf.core.interfaces.IThreadContext threadContext,
                                             org.apache.manifoldcf.core.interfaces.IHTTPOutput out,
                                             java.util.Locale locale,
                                             org.apache.manifoldcf.core.interfaces.ConfigParams parameters)
                                      throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                             java.io.IOException
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
        java.io.IOException