Uses of Interface
info.magnolia.context.Context

Packages that use Context
info.magnolia.cms.servlets   
info.magnolia.cms.util   
info.magnolia.commands   
info.magnolia.commands.impl   
info.magnolia.context   
 

Uses of Context in info.magnolia.cms.servlets
 

Methods in info.magnolia.cms.servlets that return Context
protected  Context CommandBasedMVCServletHandler.getCommandContext(String commandName)
          The default implementation returns the current context.
 

Methods in info.magnolia.cms.servlets with parameters of type Context
protected  String CommandBasedMVCServletHandler.getViewNameAfterExecution(String commandName, Context ctx)
          Default implementation returns the commandName itself.
 

Uses of Context in info.magnolia.cms.util
 

Methods in info.magnolia.cms.util with parameters of type Context
static Exception AlertUtil.getException(Context ctx)
           
static String AlertUtil.getMessage(Context ctx)
           
static boolean AlertUtil.isExceptionSet(Context ctx)
           
static boolean AlertUtil.isMessageSet(Context ctx)
           
static void AlertUtil.setException(Exception e, Context ctx)
           
static void AlertUtil.setException(String msg, Exception e, Context ctx)
           
static void AlertUtil.setMessage(String msg, Context ctx)
           
static void AlertUtil.setMessage(String msg, Exception e, Context ctx)
           
 

Uses of Context in info.magnolia.commands
 

Methods in info.magnolia.commands with parameters of type Context
abstract  boolean MgnlCommand.execute(Context context)
          This is the actual method to be overridden in descendant classes.
 

Uses of Context in info.magnolia.commands.impl
 

Methods in info.magnolia.commands.impl with parameters of type Context
 boolean VersionCommand.execute(Context ctx)
           
 boolean MessageCommand.execute(Context context)
           
 boolean MarkNodeAsDeletedCommand.execute(Context context)
           
 boolean LogCommand.execute(Context ctx)
           
 boolean ImportCommand.execute(Context context)
           
 boolean ExtractCommentCommand.execute(Context context)
           
 boolean ExportCommand.execute(Context context)
           
 boolean DeleteCommand.execute(Context ctx)
           
protected  javax.jcr.Node BaseRepositoryCommand.getJCRNode(Context ctx)
          Retrieve the Node.
protected  Content BaseRepositoryCommand.getNode(Context ctx)
          Deprecated. since 4.5.7 use BaseRepositoryCommand.getJCRNode(Context) instead
protected  void MarkNodeAsDeletedCommand.preDeleteNode(javax.jcr.Node node, Context context)
           
protected  void MarkNodeAsDeletedCommand.storeDeletionInfo(javax.jcr.Node node, Context context)
           
protected  void MarkNodeAsDeletedCommand.version(javax.jcr.Node node, Context context)
           
 

Uses of Context in info.magnolia.context
 

Subinterfaces of Context in info.magnolia.context
 interface SystemContext
          This context is a system wide context with full access.
 interface ThreadDependentSystemContext
          Some implementations of the system context release resources when a thread is not used anymore.
 interface UserContext
          User aware context.
 interface WebContext
          Context interface specialized for servlet requests; knows about HttpServletRequest/HttpServletResponse.
 

Classes in info.magnolia.context that implement Context
 class AbstractSystemContext
          This is the system context using the not secured HierarchyManagers.
 class JCRSessionPerThreadSystemContext
          A system context which creates JCR sessions per thread (request).
 class SingleJCRSessionSystemContext
          All Threads share the same jcr sessions.
 class UserContextImpl
          User aware context implementation able to release and discard all kept info upon user logout.
 class WebContextImpl
          Context implementation keeping track of the current request, response, servletContext and pageContext.
 

Fields in info.magnolia.context declared as Context
protected  Context ContextDecorator.ctx
           
 

Methods in info.magnolia.context that return Context
static Context MgnlContext.getInstance()
          Get the current context of this thread.
 Context ContextDecorator.getWrappedContext()
          Returns the context wrapped by this decorator.
 

Methods in info.magnolia.context with parameters of type Context
static void MgnlContext.setInstance(Context context)
          Set context implementation instance.
 

Constructors in info.magnolia.context with parameters of type Context
ContextDecorator(Context ctx)
           
 



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