public class ServletContextSupplier
extends java.lang.Object
implements com.google.common.base.Supplier<ServletContext>
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
get() |
static ServletContextSupplier |
instance() |
public static ServletContextSupplier instance()
public ServletContext get()
get in interface com.google.common.base.Supplier<ServletContext>