Interface ContextRootInfo.Holder

Enclosing class:
ContextRootInfo

public static interface ContextRootInfo.Holder
The interface, which is responsible for holding ContextRootInfo, which makes possible to initialize ContextRootInfo lazily.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the application container, associated with the context.
    org.glassfish.grizzly.http.server.HttpHandler
    Gets the Grizzly HttpHandler, associated with the context.
  • Method Details

    • getHttpHandler

      org.glassfish.grizzly.http.server.HttpHandler getHttpHandler()
      Gets the Grizzly HttpHandler, associated with the context.
      Returns:
      the Grizzly HttpHandler, associated with the context.
    • getContainer

      Object getContainer()
      Gets the application container, associated with the context.
      Returns:
      the application container, associated with the context.