Uses of Interface
info.magnolia.context.MgnlContext.Op

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
<T,E extends Throwable>
T
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
<T,E extends Throwable>
T
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).
 



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.