Uses of Interface
info.magnolia.cms.filters.MgnlFilter

Packages that use MgnlFilter
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.rendering.engine   
info.magnolia.rendering.model   
 

Uses of MgnlFilter in info.magnolia.cms.filters
 

Classes in info.magnolia.cms.filters that implement MgnlFilter
 class AbstractMgnlFilter
          A magnolia filter configured in the config repository.
 class AggregatorFilter
          Reads the accessed content from the repository and puts it into the AggregationState.
 class CompositeFilter
          A single filter which in turn executes a chain of other filters.
 class ContentTypeFilter
          Sets content type and encoding for requests based on the uri extension and prepares uri path information in the aggregation state.
 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 MultiChannelFilter
          Filter that resolves the site to use by considering variation of the set channel.
 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 SafeDestroyMgnlFilterWrapper
          Wrapper for a MgnlFilter that using a read/write lock ensures that the destroy method waits for requests to complete before destroying the target filter.
 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.
 

Methods in info.magnolia.cms.filters that return MgnlFilter
protected  MgnlFilter FilterManagerImpl.createRootFilter()
           
protected  MgnlFilter FilterManagerImpl.createSystemUIFilter()
          Initializes the required filter(s) if we need to go through SystemUI initialization screens.
 MgnlFilter[] CompositeFilter.getFilters()
           
 MgnlFilter MgnlMainFilter.getRootFilter()
          Returns the root filter, note that the filter is destroyed if the filter chain is reloaded.
 MgnlFilter SafeDestroyMgnlFilterWrapper.getTargetFilter()
           
 MgnlFilter MgnlFilterDispatcher.getTargetFilter()
          Returns the current target filter, the returned instance will be destroyed if the target filter is replaced.
 MgnlFilter MgnlFilterDispatcher.replaceTargetFilter(MgnlFilter newFilter)
          Replaces the current filter with a new one and returns the previous filter.
 

Methods in info.magnolia.cms.filters with parameters of type MgnlFilter
 void CompositeFilter.addFilter(MgnlFilter filter)
           
protected  void FilterManagerImpl.destroyRootFilter(MgnlFilter rootFilter)
           
protected  void FilterManagerImpl.initRootFilter(MgnlFilter rootFilter, javax.servlet.FilterConfig filterConfig)
           
 MgnlFilter MgnlFilterDispatcher.replaceTargetFilter(MgnlFilter newFilter)
          Replaces the current filter with a new one and returns the previous filter.
 void CompositeFilter.setFilters(MgnlFilter[] filters)
           
 

Constructors in info.magnolia.cms.filters with parameters of type MgnlFilter
MgnlFilterChain(javax.servlet.FilterChain originalChain, MgnlFilter[] filters)
           
SafeDestroyMgnlFilterWrapper(MgnlFilter target)
           
 

Uses of MgnlFilter in info.magnolia.cms.i18n
 

Classes in info.magnolia.cms.i18n that implement MgnlFilter
 class I18nContentSupportFilter
          Rewrites the i18n uris and sets the current locale.
 

Uses of MgnlFilter in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement MgnlFilter
 class BaseSecurityFilter
          Provides basic infrastructure for filters which check if a request is authorized.
 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 SecurityCallbackFilter
          A filter which handles 401, 403 HTTP response codes, as well as AccessDeniedExceptions, and renders an appropriate "login form" (which can consist of a redirect or anything else just as well).
 class URISecurityFilter
          This Filter protects URI as defined by ROLE(s)/GROUP(s) ACL.
 

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

Classes in info.magnolia.cms.security.auth.login that implement MgnlFilter
 class LoginFilter
          Performs a login operation.
 

Uses of MgnlFilter in info.magnolia.debug
 

Classes in info.magnolia.debug that implement MgnlFilter
 class CallTrackingFilter
          Logs whatever has been recorded with the TrackingStatus.
 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 MgnlFilter in info.magnolia.rendering.engine
 

Classes in info.magnolia.rendering.engine that implement MgnlFilter
 class RenderingFilter
          Filter responsible for rendering the current aggregation state, by delegating to the appropriate TemplateRenderer or by serving binary content.
 

Uses of MgnlFilter in info.magnolia.rendering.model
 

Classes in info.magnolia.rendering.model that implement MgnlFilter
 class ModelExecutionFilter
          Filter that executes the model for a renderable before template rendering.
 



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