Package | Description |
---|---|
info.magnolia.cms.filters | |
info.magnolia.cms.security.auth.callback |
JAAS and Client callbacks
This package contains implementation of the JAAS and Client callbacks
- ClientCallback
- javax.security.auth.callback.CallbackHandler
|
info.magnolia.context | |
info.magnolia.freemarker | |
info.magnolia.templating.elements | |
info.magnolia.templating.functions | |
info.magnolia.voting.voters |
Constructor and Description |
---|
AggregatorFilter(javax.inject.Provider<WebContext> contextProvider,
VersionManager versionManager)
Deprecated.
since 5.6.5, use
AggregatorFilter.AggregatorFilter(Provider, VersionManager, NodeNameHelper) instead. |
AggregatorFilter(javax.inject.Provider<WebContext> contextProvider,
VersionManager versionManager,
NodeNameHelper nodeNameHelper) |
Constructor and Description |
---|
FormClientCallback(MagnoliaConfigurationProperties configurationProperties,
javax.inject.Provider<WebContext> webContextProvider) |
Modifier and Type | Class and Description |
---|---|
class |
HTMLEscapingWebContextWrapper
A wrapper around
WebContext which will return an escaped AggregationState . |
class |
WebContextImpl
Context implementation keeping track of the current request, response, servletContext and pageContext.
|
Modifier and Type | Method and Description |
---|---|
WebContext |
WebContextFactoryImpl.createWebContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
WebContext |
WebContextFactory.createWebContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
WebContext |
ContextFactory.createWebContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext) |
static WebContext |
MgnlContext.getWebContext()
Throws an IllegalStateException if the current context is not set, or if it is not an instance of WebContext.
|
static WebContext |
MgnlContext.getWebContext(String exceptionMessage)
Throws an IllegalStateException if the current context is not set, or if it is not an instance of WebContext.
|
static WebContext |
MgnlContext.getWebContextOrNull()
Returns the current context if it is set and is an instance of WebContext, returns null otherwise.
|
WebContext |
HTMLEscapingWebContextWrapper.unwrap() |
Constructor and Description |
---|
HTMLEscapingWebContextWrapper(WebContext original) |
RequestAttributeStrategy(WebContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
FreemarkerHelper.addTaglibSupportData(Map<String,Object> data,
WebContext webCtx) |
Modifier and Type | Method and Description |
---|---|
protected WebContext |
ComponentElement.getWebContext() |
Constructor and Description |
---|
ComponentElement(ServerConfiguration server,
RenderingContext renderingContext,
RenderingEngine renderingEngine,
TemplateDefinitionAssignment templateDefinitionAssignment,
I18nizer i18nizer,
WebContext webContext) |
Constructor and Description |
---|
TemplatingFunctions(TemplateTypeHelper templateTypeFunctions,
javax.inject.Provider<I18nContentSupport> i18nContentSupport,
javax.inject.Provider<WebContext> webContextProvider) |
Constructor and Description |
---|
RequestParameterVoter(javax.inject.Provider<WebContext> webContextProvider) |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.