Uses of Class
info.magnolia.cms.core.AggregationState

Packages that use AggregationState
info.magnolia.context   
info.magnolia.module.cache   
info.magnolia.module.cache.cachepolicy   
info.magnolia.rendering.context   
info.magnolia.rendering.engine   
info.magnolia.rendering.model   
info.magnolia.rendering.renderer   
info.magnolia.rendering.template.variation   
info.magnolia.templating.functions   
 

Uses of AggregationState in info.magnolia.context
 

Fields in info.magnolia.context declared as AggregationState
protected  AggregationState WebContextImpl.aggregationState
           
 

Methods in info.magnolia.context that return AggregationState
 AggregationState WebContextImpl.getAggregationState()
           
 AggregationState WebContext.getAggregationState()
          Retrieves the Aggregator instance, which gathers all info regarding the current request (paths, etc).
static AggregationState MgnlContext.getAggregationState()
          Returns the AggregationState if we're in a WebContext, throws an IllegalStateException otherwise.
protected abstract  AggregationState WebContextImpl.newAggregationState()
           
protected  AggregationState WebContextFactoryImpl.newAggregationState()
          Override this method if you need to provide a specific subclass of AggregationState.
 

Uses of AggregationState in info.magnolia.module.cache
 

Methods in info.magnolia.module.cache with parameters of type AggregationState
 Object CachePolicy.retrieveCacheKey(AggregationState aggregationState)
          Returns cache key for the given item or null if such key can't be obtained or policy doesn't want to share it.
 CachePolicyResult CachePolicy.shouldCache(Cache cache, AggregationState aggregationState, FlushPolicy flushPolicy)
          Implementations can chose whether to cache or not - but note that the aggregationState might not be completely populated.
 

Uses of AggregationState in info.magnolia.module.cache.cachepolicy
 

Methods in info.magnolia.module.cache.cachepolicy with parameters of type AggregationState
 Object Never.retrieveCacheKey(AggregationState aggregationState)
           
 Object Default.retrieveCacheKey(AggregationState aggregationState)
           
protected  boolean Default.shouldBypass(AggregationState aggregationState, Object key)
           
 CachePolicyResult Never.shouldCache(Cache cache, AggregationState aggregationState, FlushPolicy flushPolicy)
           
 CachePolicyResult Default.shouldCache(Cache cache, AggregationState aggregationState, FlushPolicy flushPolicy)
           
protected  boolean Default.shouldRefresh(AggregationState aggregationState, Object key)
          Checks whether requested content should be served from cache or refreshed instead.
 

Uses of AggregationState in info.magnolia.rendering.context
 

Constructors in info.magnolia.rendering.context with parameters of type AggregationState
AggregationStateBasedRenderingContext(AggregationState aggregationState, RenderExceptionHandler exceptionHandler)
           
 

Constructor parameters in info.magnolia.rendering.context with type arguments of type AggregationState
AggregationStateBasedRenderingContext(javax.inject.Provider<AggregationState> aggregationStateProvider, RenderExceptionHandler exceptionHandler)
           
 

Uses of AggregationState in info.magnolia.rendering.engine
 

Methods in info.magnolia.rendering.engine with parameters of type AggregationState
protected  void RenderingFilter.handleResourceRequest(AggregationState aggregationState, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get the requested resource and copy it to the ServletOutputStream, bit by bit.
protected  boolean RenderingFilter.isVisible(javax.jcr.Node content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AggregationState aggregationState)
           
 

Uses of AggregationState in info.magnolia.rendering.model
 

Methods in info.magnolia.rendering.model that return AggregationState
protected static AggregationState ModelExecutionFilter.getAggregationStateSafely()
           
 

Uses of AggregationState in info.magnolia.rendering.renderer
 

Methods in info.magnolia.rendering.renderer that return AggregationState
protected  AggregationState AbstractRenderer.getAggregationStateSafely()
          This gets the aggregation state without throwing an exception if the current context is not a WebContext.
 

Uses of AggregationState in info.magnolia.rendering.template.variation
 

Methods in info.magnolia.rendering.template.variation that return AggregationState
protected  AggregationState ExtensionVariationResolver.getAggregationStateSafely()
          This gets the aggregation state without throwing an exception if the current context is not a WebContext.
protected  AggregationState DefaultRenderableVariationResolver.getAggregationStateSafely()
          This gets the aggregation state without throwing an exception if the current context is not a WebContext.
 

Uses of AggregationState in info.magnolia.templating.functions
 

Constructor parameters in info.magnolia.templating.functions with type arguments of type AggregationState
TemplatingFunctions(javax.inject.Provider<AggregationState> aggregationStateProvider)
           
 



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