| Modifier and Type | Class and Description |
|---|---|
class |
ChannelPreviewFilter
Adds channel device image decoration
|
class |
ChannelResolutionFilter
A filter that will match a user agent and set it to the associated channel
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RenderFilter
Interface that defines a filter usable in the
RenderChain. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilter
Base filter implementation that is also supports conditional execution, i.e.
|
class |
AggregateFilter
Aggregate render filter, in charge of aggregating fragment by resolving sub fragments;
The flow of aggregation is done in multiple set
1 - The prepare will generate a fragment A by returning null and letting the next filters do the rendering
2 - Next filters can start new render chains, it's the case of the ModuleTag for example,
so we will pass again in the prepare() for each render chains start by next filters,
but this render chain are identify as sub fragment of fragment A.
|
class |
AreaResourceFilter
This render filter adds the area resource in the request params
to be able to calculate contribute buttons in contribute mode.
|
class |
BaseAttributesFilter
Stores the required request parameters before evaluating the template and restores original after.
|
class |
EditModeFilter
This filter handles edit modes requests.
|
class |
EmailObfuscatorFilter
Simple email obfuscation filter.
|
class |
ExternalizeHtmlFilter
Render filter that "externalizes" the HTML document by converting all local
URLs into absolute, inlining external CSS styles, and rewriting URLs in CSS.
|
class |
ForceUILocaleFilter
Filter that sets a request attribute to force the usage of the UI locale (instead of current resource locale) in views.
|
class |
FormTokenFilter
User: toto
Date: 1/12/11
Time: 19:29
|
class |
HistoryTrackerFilter
Filter that logs into the session main resources visited by the user
|
class |
MarkedForDeletionFilter
This filter hides the nodes that are "marked for deletion" nodes in preview mode
|
class |
MetricsLoggingFilter
MetricsLoggingFilter
Calls the logging service to log the display of a resource.
|
class |
NodeAttributesFilter
Add node related attributes in request, this was done after the cache filter because the node related info are not needed
if fragment is in cache.
|
class |
RegexpFilter
Simple regular expression filter
Make replacements of all entries of the regexp table.
|
class |
SourceFormatterFilter
Formats the rendered HTML output.
|
class |
StaticAssetsFilter
Render filter that "injects" the static assets into the HEAD section of the
rendered HTML document.
|
class |
TemplateAttributesFilter
Module filter for parameter resolution.
|
class |
TemplateModuleInterceptorFilter
filter that will inject rendercontext in TemplateModuleInterceptor
|
class |
TemplateNodeFilter
WrapperFilter
Looks for all registered wrappers in the resource and calls the associated scripts around the output.
|
class |
TemplatePermissionCheckFilter
Performs accessibility check for the content: permissions, required mode, ajax rendering etc.
|
class |
TemplateScriptFilter
TemplateScriptFilter
Execute the template script associated to the current resource.
|
class |
URLFilter
Traverses the content and searches for URLs in the configured elements.
|
class |
URLSystemAttributesAppenderFilter |
class |
WrapperFilter
WrapperFilter
Looks for all registered wrappers in the resource and calls the associated scripts around the output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateCacheFilter
Deprecated.
|
class |
CacheFilter
Cache render filter, in charge of providing the html for a given fragment (from the cache or by generating it)
Then cache the result if necessary
Created by jkevan on 12/04/2017.
|
class |
ReferencesToDependenciesFilter
Checks if the node is a jmix:referencesInField and add references to other content items (links in rich text
fields) as dependencies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlutoProcessActionFilter
Rendering filter for portlet actions and resource serving requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VisibilityFilter |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.