Class WebAppInitUtils

java.lang.Object
org.aksw.jenax.web.util.WebAppInitUtils

public class WebAppInitUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    defaultSetup(jakarta.servlet.ServletContext servletContext, Class<?> appConfig)
    Set up default filters for character encoding and cors
    static void
    defaultSetup(jakarta.servlet.ServletContext servletContext, org.springframework.web.context.WebApplicationContext rootContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebAppInitUtils

      public WebAppInitUtils()
  • Method Details

    • defaultSetup

      public static void defaultSetup(jakarta.servlet.ServletContext servletContext, Class<?> appConfig)
      Set up default filters for character encoding and cors
      Parameters:
      servletContext -
    • defaultSetup

      public static void defaultSetup(jakarta.servlet.ServletContext servletContext, org.springframework.web.context.WebApplicationContext rootContext)