public class ServletServicesConfig
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ServletServicesConfig |
getServletConfig(javax.servlet.ServletContext context) |
static ServicesConfig |
loadConfig(javax.servlet.ServletContext context) |
static ServicesConfig |
loadConfig(javax.servlet.ServletContext context,
boolean skipScan) |
static ServletServicesConfig |
loadConfig(javax.servlet.ServletContext context,
ServicesConfig servicesConfig) |
public static ServletServicesConfig getServletConfig(javax.servlet.ServletContext context)
public static ServicesConfig loadConfig(javax.servlet.ServletContext context) throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic static ServicesConfig loadConfig(javax.servlet.ServletContext context, boolean skipScan) throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic static ServletServicesConfig loadConfig(javax.servlet.ServletContext context, ServicesConfig servicesConfig)