Uses of Class
info.magnolia.cms.filters.AbstractMgnlFilter

Packages that use AbstractMgnlFilter
info.magnolia.cms.filters   
info.magnolia.cms.i18n   
info.magnolia.cms.security   
info.magnolia.cms.security.auth.login Login handlers and filters 
info.magnolia.debug   
info.magnolia.module.cache.filter   
info.magnolia.module.exchangesimple   
info.magnolia.module.samples.filters   
info.magnolia.module.templating   
 

Uses of AbstractMgnlFilter in info.magnolia.cms.filters
 

Subclasses of AbstractMgnlFilter in info.magnolia.cms.filters
 class AggregatorFilter
          Reads the accessed content from the repository and puts it into the AggregationState.
 class BackwardCompatibilityFilter
          Deprecated. since 4.3
 class CompositeFilter
          A single filter which in turn executes a chain of other filters.
 class ContentTypeFilter
          TODO : rename this filter.
 class ContextFilter
          This class initializes the current context and configures MDC logging.
 class CosMultipartRequestFilter
          Processes multipart post requests (fileuploads).
 class FilterDecorator
          Used to decorate a normal (not magnolia) filter.
 class HostSecurityFilter
           A filter that hides urls dependending on the request host name.
 class InstallFilter
          Filter responsible for executing the update/install mechanism.
 class InterceptFilter
          Handle intercepted administrative requests.
 class MultipartRequestFilter
          A Filter that determines if a HttpServletRequest contains multipart content and if so parses it into a request attribute for further processing.
 class OncePerRequestAbstractMgnlFilter
          A base abstract class for filters that should not be executed more than once for each request.
 class RangeSupportFilter
          This filter will process any incoming requests containing Range or If-Range headers and swallow all produced output except for that matching the requested range.
 class RepositoryMappingFilter
          Maps a URI to content stored in the repository.
 class ServletDispatchingFilter
          A filter that dispatches requests to a wrapped servlet.
 class UnicodeNormalizationFilter
          Normalizes the current URI to the NFC form which is used internally.
 class VirtualUriFilter
          Handle redirects configured using VirtualURIMappings.
 

Uses of AbstractMgnlFilter in info.magnolia.cms.i18n
 

Subclasses of AbstractMgnlFilter in info.magnolia.cms.i18n
 class I18nContentSupportFilter
          Rewrites the i18n uris and sets the current locale.
 

Uses of AbstractMgnlFilter in info.magnolia.cms.security
 

Subclasses of AbstractMgnlFilter in info.magnolia.cms.security
 class BaseSecurityFilter
          Provides basic infrastructure to authenticate request using form or basic realm.
 class ContentSecurityFilter
          Used to check if the user can read the requested content.
 class LogoutFilter
          Performing the logout operation if the parameter "mgnlLogout" is present.
 class URISecurityFilter
          This Filter protects URI as defined by ROLE(s)/GROUP(s) ACL.
 

Uses of AbstractMgnlFilter in info.magnolia.cms.security.auth.login
 

Subclasses of AbstractMgnlFilter in info.magnolia.cms.security.auth.login
 class LoginFilter
          Performs a login operation.
 

Uses of AbstractMgnlFilter in info.magnolia.debug
 

Subclasses of AbstractMgnlFilter in info.magnolia.debug
 class DumpHeadersFilter
          A Filter which dumps the headers for the request and the response.
 class PerformanceTestFilter
          Logs whatever has been recorded with the PerformanceTestStatus.
 class SessionDebugger
          A Filter and Listener that can help debugging session issues.
 

Uses of AbstractMgnlFilter in info.magnolia.module.cache.filter
 

Subclasses of AbstractMgnlFilter in info.magnolia.module.cache.filter
 class CacheFilter
          Uses the CachePolicy to determine the cache behavior.
 class CacheHeadersFilter
           Filter that sets cache headers, allowing or dening cache at client-side.
 class GZipFilter
          This GZipFilter does not take care of the Accept-Encoding request header.
 class StandaloneGZipFilter
          This subclass of GZipFilter is meant to be used when no CacheFilter is present: it checks if the client accepts gzip'd responses.
 

Uses of AbstractMgnlFilter in info.magnolia.module.exchangesimple
 

Subclasses of AbstractMgnlFilter in info.magnolia.module.exchangesimple
 class ReceiveFilter
          This filter receives activation requests from another instance and applies them.
 

Uses of AbstractMgnlFilter in info.magnolia.module.samples.filters
 

Subclasses of AbstractMgnlFilter in info.magnolia.module.samples.filters
 class SampleFilter
          This is a very simple filter bootstrapped at setup using the file mgnl-bootstrap/samples/config.server.filters.sample.xml (server/filters/sample).
 

Uses of AbstractMgnlFilter in info.magnolia.module.templating
 

Subclasses of AbstractMgnlFilter in info.magnolia.module.templating
 class ModelExecutionFilter
          Filter that executes the model for a paragraph before template rendering.
 class RenderingFilter
          Filter responsible for rendering the current aggregation state, by delegating to the appropriate TemplateRenderer or by serving binary content.
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.