Class HerringExtension

java.lang.Object
cloud.piranha.extension.herring.HerringExtension
All Implemented Interfaces:
WebApplicationExtension

@Deprecated(forRemoval=true, since="21.9.0") public class HerringExtension extends Object implements WebApplicationExtension
Deprecated, for removal: This API element is subject to removal in a future version.
The WebApplicationExtension that is responsible for setting up the proper Context instance so it can be made available during web application initialization and subsequently during request processing as well as delivering listeners to set/remove the Context from the current thread.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • HerringExtension

      public HerringExtension()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • configure

      public void configure(WebApplication webApplication)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Configure the web application.
      Specified by:
      configure in interface WebApplicationExtension
      Parameters:
      webApplication - the web application.