|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.spring.context.WebApplicationContextHolder
public final class WebApplicationContextHolder
Holder class to expose the web application context in the form of a thread-bound WebApplicationContext
object.
Use WebApplicationContextListener to expose the current application context.
| Method Summary | |
|---|---|
static org.springframework.web.context.WebApplicationContext |
get()
Returns the thread-bound WebApplicationContext. |
static void |
set(org.springframework.web.context.WebApplicationContext webApplicationContext)
Bind a WebApplicationContext to the current thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.springframework.web.context.WebApplicationContext get()
public static void set(org.springframework.web.context.WebApplicationContext webApplicationContext)
webApplicationContext - WebApplicationContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||