Package net.officefloor.webapp
Class OfficeFloorWar
- java.lang.Object
-
- net.officefloor.OfficeFloorMain
-
- net.officefloor.webapp.OfficeFloorWar
-
public class OfficeFloorWar extends OfficeFloorMain
EnablesOfficeFloor
to run a WAR application.- Author:
- Daniel Sagenschneider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_WAR_PATH
Property
name for the web application (WAR) path.-
Fields inherited from class net.officefloor.OfficeFloorMain
STD_ERR_FAIL_LINE, STD_OUT_RUNNING_LINE
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorWar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String... args)
Run WAR.-
Methods inherited from class net.officefloor.OfficeFloorMain
close, mainWithDefaults, open
-
-
-
-
Field Detail
-
PROPERTY_WAR_PATH
public static final java.lang.String PROPERTY_WAR_PATH
Property
name for the web application (WAR) path.- See Also:
- Constant Field Values
-
-