Class HTMLAction

java.lang.Object
ch.autumo.ui.fx.controller.actions.BaseAction
ch.autumo.ui.fx.controller.actions.HTMLAction
All Implemented Interfaces:
Action

public class HTMLAction extends BaseAction
HTML Action.
  • Constructor Details

    • HTMLAction

      public HTMLAction(String template, String cssFileRelPath)
      HTML action
      Parameters:
      template - HTML template/file
      cssFileRelPath - path to CSS style-sheet or null
  • Method Details

    • execute

      public void execute()
      Description copied from interface: Action
      Execute the action.
      Specified by:
      execute in interface Action
      Specified by:
      execute in class BaseAction