Package com.atlassian.bamboo.web.utils
Class ServletContextHolder
- java.lang.Object
-
- com.atlassian.bamboo.web.utils.ServletContextHolder
-
public class ServletContextHolder extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull javax.servlet.ServletContext
get()
static @Nullable org.springframework.web.context.WebApplicationContext
getWebApplicationContext()
static void
set(@NotNull javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
set
public static void set(@NotNull @NotNull javax.servlet.ServletContext servletContext)
-
get
@NotNull public static @NotNull javax.servlet.ServletContext get()
-
getWebApplicationContext
@Nullable public static @Nullable org.springframework.web.context.WebApplicationContext getWebApplicationContext()
-
-