public interface MCIntegration
| Modifier and Type | Method and Description |
|---|---|
org.picocontainer.ComponentAdapter |
getMCAdapter(org.picocontainer.ComponentAdapter componentAdapter)
Apply mc-integration interception.
|
boolean |
hasMCKernel(org.picocontainer.ComponentAdapter adapter)
Check if JBoss MC Kernel is available.
|
void |
initThreadCtx(javax.servlet.ServletContext ctx)
Initialize thread context with mc kernel retrieved through ServletContext.
|
void |
resetThreadCtx(javax.servlet.ServletContext ctx)
Clean up any thread context data stored during initThreadCtx().
|
org.picocontainer.ComponentAdapter getMCAdapter(org.picocontainer.ComponentAdapter componentAdapter)
componentAdapter - the original component adapterboolean hasMCKernel(org.picocontainer.ComponentAdapter adapter)
adapter - void initThreadCtx(javax.servlet.ServletContext ctx)
ctx - Servlet contextvoid resetThreadCtx(javax.servlet.ServletContext ctx)
ctx - Servlet contextCopyright © 2014 eXo Platform SAS. All Rights Reserved.