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

Packages that use AggregationState
info.magnolia.context   
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.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-2013 Magnolia International Ltd.. All Rights Reserved.