java.lang.Object
tech.guilhermekaua.spigotboot.inventoryapi.internal.context.AbstractViewContext
tech.guilhermekaua.spigotboot.inventoryapi.internal.context.PlainViewContextImpl
All Implemented Interfaces:
ViewContext, StateBackedContext

@Internal public final class PlainViewContextImpl extends AbstractViewContext
Plain phase-less context handed out by ViewService.contextOf; adds nothing on top of the base context behavior.
  • Constructor Details

    • PlainViewContextImpl

      public PlainViewContextImpl(@NotNull @NotNull ViewSession session, @NotNull @NotNull ViewEngine engine)
      Creates the context for a live session.