Class ComponentProcessingContext

java.lang.Object
org.hippoecm.hst.core.container.ComponentProcessingContext

public class ComponentProcessingContext extends Object
Context for during processing of a HST component tree, where in the doBeforeRender of each component the current is set. This object keeps a map of offline documents per component.
  • Field Details

    • CONTEXT_ATTR_NAME

      public static final String CONTEXT_ATTR_NAME
  • Constructor Details

    • ComponentProcessingContext

      public ComponentProcessingContext()
  • Method Details