Class HtmlAction

java.lang.Object
google.registry.ui.server.registrar.HtmlAction
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
ConsoleOteSetupAction, ConsoleRegistrarCreatorAction, ConsoleUiAction, RegistryLockVerifyAction

public abstract class HtmlAction extends Object implements Runnable
Handles some of the nitty-gritty of responding to requests that should return HTML, including login, redirects, analytics, and some headers.

If the user is not logged in, this will redirect to the login URL.

  • Constructor Details

    • HtmlAction

      public HtmlAction()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • runAfterLogin

      public abstract void runAfterLogin(Map<String,Object> data)
    • getPath

      public abstract String getPath()