Class HttpContext

java.lang.Object
run.undead.context.HttpContext
All Implemented Interfaces:
Context

public class HttpContext extends Object implements Context
HttpContext implements the Context interface for the HTTP request lifecycle.
  • Field Details

    • redirect

      public String redirect
  • Constructor Details

  • Method Details

    • id

      public String id()
      Description copied from interface: Context
      id is the unique id of the Undead View instance
      Specified by:
      id in interface Context
    • url

      public String url()
      Description copied from interface: Context
      url is the URL for this View
      Specified by:
      url in interface Context
    • redirect

      public void redirect(String url)
      Specified by:
      redirect in interface Context