Class HttpConfigs

java.lang.Object
icu.easyj.web.util.HttpConfigs

public abstract class HttpConfigs extends Object
HTTP相关配置持有者
Author:
wangliang181230
  • Constructor Details

    • HttpConfigs

      public HttpConfigs()
  • Method Details

    • loadFromWebApplicationContext

      public static void loadFromWebApplicationContext(@NonNull org.springframework.web.context.WebApplicationContext webApplicationContext)
      从WebApplicationContext中读取全局配置
      Parameters:
      webApplicationContext - Web应用内容
    • getContextPath

      public static String getContextPath()
    • setContextPath

      public static void setContextPath(String contextPath)