|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| ro.isdc.wro.config | |
| Uses of Context in ro.isdc.wro.config |
|---|
| Methods in ro.isdc.wro.config that return Context | |
|---|---|
static Context |
Context.get()
|
static Context |
Context.standaloneContext()
A context useful for running in non web context (standalone applications). |
static Context |
Context.webContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterConfig filterConfig)
A context useful for running in web context (inside a servlet container). |
| Methods in ro.isdc.wro.config with parameters of type Context | |
|---|---|
static void |
Context.set(Context context)
Set a context with default configuration to current thread. |
static void |
Context.set(Context context,
WroConfiguration config)
Associate a context with the CURRENT request cycle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||