Package net.officefloor.woof
Class WoOF
- java.lang.Object
-
- net.officefloor.OfficeFloorMain
-
- net.officefloor.woof.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 Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_OFFICE_PROFILES
-
Fields inherited from class net.officefloor.OfficeFloorMain
STD_ERR_FAIL_LINE, STD_OUT_RUNNING_LINE
-
-
Constructor Summary
Constructors Constructor Description WoOF()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OfficeFloor
open(int httpPort, int httpsPort)
Opens the WoOF application on the ports.-
Methods inherited from class net.officefloor.OfficeFloorMain
close, main, mainWithDefaults, open
-
-
-
-
Field Detail
-
DEFAULT_OFFICE_PROFILES
public static final java.lang.String DEFAULT_OFFICE_PROFILES
- See Also:
- Constant Field Values
-
-
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.
-
-