public abstract class HttpConfigs extends Object
| Constructor and Description |
|---|
HttpConfigs() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContextPath() |
static void |
loadFromWebApplicationContext(org.springframework.web.context.WebApplicationContext webApplicationContext)
从WebApplicationContext中读取全局配置
|
static void |
setContextPath(String contextPath) |
public static void loadFromWebApplicationContext(@NonNull
org.springframework.web.context.WebApplicationContext webApplicationContext)
webApplicationContext - Web应用内容public static String getContextPath()
public static void setContextPath(String contextPath)
Copyright © 2021–2023 EasyJ开源社区. All rights reserved.