|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MgnlContext.Op | |
---|---|
info.magnolia.cms.security | |
info.magnolia.context |
Uses of MgnlContext.Op in info.magnolia.cms.security |
---|
Classes in info.magnolia.cms.security that implement MgnlContext.Op | |
---|---|
class |
JCRSessionOp<R>
Operation requiring session access. |
class |
SilentSessionOp<R>
Session operation that just logs all exceptions instead of re-throwing them. |
Uses of MgnlContext.Op in info.magnolia.context |
---|
Classes in info.magnolia.context that implement MgnlContext.Op | |
---|---|
static class |
MgnlContext.VoidOp
An Op that does not return values and can only throw RuntimeExceptions. |
Methods in info.magnolia.context with parameters of type MgnlContext.Op | ||
---|---|---|
static
|
MgnlContext.doInSystemContext(MgnlContext.Op<T,E> op)
Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown). |
|
static
|
MgnlContext.doInSystemContext(MgnlContext.Op<T,E> op,
boolean releaseAfterExecution)
Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |