Package | Description |
---|---|
info.magnolia.commands | |
info.magnolia.commands.chain | |
info.magnolia.context |
Modifier and Type | Method and Description |
---|---|
boolean |
MgnlCommand.execute(Context ctx)
Make sure that the context is castable to a magnolia context.
|
boolean |
DelegateCommand.execute(Context ctx) |
boolean |
CommandsManager.executeCommand(Command command,
Map<String,Object> params,
Context context)
Executes the given command with given context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Command.execute(Context context) |
boolean |
ChainBase.execute(Context context) |
boolean |
Filter.postprocess(Context context,
Exception exception) |
Modifier and Type | Interface and Description |
---|---|
interface |
Context
This interface defines all the methods which should be implemented by any configured 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContext
Default implementation of the Context interface.
|
class |
AbstractMapBasedContext
This is a simple Map based implementation.
|
class |
AbstractSystemContext
This is the system context using the not secured HierarchyManagers.
|
class |
ContextDecorator
Subclass this context if you like to decorate an other context.
|
class |
JCRSessionPerThreadSystemContext
A system context which creates JCR sessions per thread (request).
|
class |
SimpleContext
Simple context delegating methods to the thread local context.
|
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.
|
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.