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(java.lang.String commandName)
          The default implementation returns the current context
 

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

Uses of Context in info.magnolia.cms.util
 

Methods in info.magnolia.cms.util with parameters of type Context
static java.lang.Exception AlertUtil.getException(Context ctx)
           
static java.lang.String AlertUtil.getMessage(Context ctx)
           
static boolean AlertUtil.isExceptionSet(Context ctx)
           
static boolean AlertUtil.isMessageSet(Context ctx)
           
static void AlertUtil.setException(java.lang.Exception e, Context ctx)
           
static void AlertUtil.setException(java.lang.String msg, java.lang.Exception e, Context ctx)
           
static void AlertUtil.setMessage(java.lang.String msg, Context ctx)
           
static void AlertUtil.setMessage(java.lang.String msg, java.lang.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)
           
 

Uses of Context in info.magnolia.commands.impl
 

Methods in info.magnolia.commands.impl with parameters of type Context
 boolean LogCommand.execute(Context ctx)
           
 

Uses of Context in info.magnolia.context
 

Subinterfaces of Context in info.magnolia.context
 interface SystemContext
          This context is a systemwide context with full access.
 interface ThreadDependentSystemContext
          Some implementations of the system context release resources when a thread is not used anymore.
 interface UserContext
           
 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 jcrs sessions per thread (request).
 class SingleJCRSessionSystemContext
          All Threads share the same jcr sessions.
 class UserContextImpl
           
 class WebContextImpl
           
 

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-2010 Magnolia International Ltd.. All Rights Reserved.