Class WoOF


public class WoOF extends OfficeFloorMain

Provides main method for running Web on OfficeFloor (WoOF) application.

It also provides useful methods for testing the WoOF server.

Author:
Daniel Sagenschneider
  • Field Details

  • Constructor Details

    • WoOF

      public WoOF()
  • Method Details

    • open

      public static OfficeFloor open(int httpPort, int httpsPort, String... propertyNameValues)
      Opens the WoOF application on the ports.
      Parameters:
      httpPort - HTTP port.
      httpsPort - HTTPS port.
      propertyNameValues - Additional property name/values.
      Returns:
      OfficeFloor to the WoOF application.