Class JspContextHolder

java.lang.Object
de.hybris.platform.patches.internal.JspContextHolder

public final class JspContextHolder extends Object
Keeps the jsp context as a ThreadLocal variable in one place.
  • Method Details

    • setJspContext

      public static void setJspContext(SystemSetupContext setupContext)
    • getJspContext

      public static JspContext getJspContext()
    • removeJspContext

      public static void removeJspContext()