|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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 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)
|
Uses of Context in info.magnolia.module.admininterface |
---|
Methods in info.magnolia.module.admininterface that return Context | |
---|---|
protected Context |
AdminTreeMVCHandler.getCommandContext(String commandName)
TODO: this is a temporary solution |
Methods in info.magnolia.module.admininterface with parameters of type Context | |
---|---|
protected String |
AdminTreeMVCHandler.getViewNameAfterExecution(String commandName,
Context ctx)
Show the tree after execution of a command |
Uses of Context in info.magnolia.module.admininterface.commands |
---|
Methods in info.magnolia.module.admininterface.commands with parameters of type Context | |
---|---|
protected void |
ActivationCommand.activateRecursive(Context ctx,
List versionMap)
|
protected void |
ActivationCommand.activateRecursive(String parentPath,
Content node,
Context ctx)
Activate recursively. |
boolean |
VersionCommand.execute(Context ctx)
|
boolean |
MessageCommand.execute(Context context)
|
boolean |
MarkNodeAsDeletedCommand.execute(Context context)
|
boolean |
DeleteCommand.execute(Context ctx)
|
boolean |
DeactivationCommand.execute(Context ctx)
|
boolean |
ActivationCommand.execute(Context ctx)
Execute activation |
protected Content |
BaseRepositoryCommand.getNode(Context ctx)
|
Uses of Context in info.magnolia.module.cache.commands |
---|
Methods in info.magnolia.module.cache.commands with parameters of type Context | |
---|---|
boolean |
FlushNamedCacheCommand.execute(Context context)
|
boolean |
FlushFromCachesByUUIDCommand.execute(Context ctx)
|
boolean |
FlushCachesCommand.execute(Context ctx)
|
Uses of Context in info.magnolia.module.workflow |
---|
Constructors in info.magnolia.module.workflow with parameters of type Context | |
---|---|
WorkItemContext(Context ctx,
openwfe.org.engine.workitem.WorkItem workItem)
|
Uses of Context in info.magnolia.module.workflow.commands |
---|
Methods in info.magnolia.module.workflow.commands with parameters of type Context | |
---|---|
boolean |
FlowCommand.execute(Context ctx)
|
void |
FlowCommand.prepareLaunchItem(Context context,
openwfe.org.engine.workitem.LaunchItem launchItem)
The default implementation puts all the contexts attributes which are in the request scope into the work item. |
void |
ActivationFlowCommand.prepareLaunchItem(Context context,
openwfe.org.engine.workitem.LaunchItem launchItem)
Set the start and end date for this page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |