| Package | Description |
|---|---|
| ro.isdc.wro.config |
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2008-2014. All Rights Reserved.