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 Detail

      • DEFAULT_OFFICE_PROFILES

        public static final java.lang.String DEFAULT_OFFICE_PROFILES
        System Property name to configure list of profiles for WoOF.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WoOF

        public WoOF()
    • Method Detail

      • open

        public static OfficeFloor open​(int httpPort,
                                       int httpsPort)
        Opens the WoOF application on the ports.
        Parameters:
        httpPort - HTTP port.
        httpsPort - HTTPS port.
        Returns:
        OfficeFloor to the WoOF application.