Class EnvironmentLogic
- java.lang.Object
-
- net.officefloor.tutorial.environmenthttpserver.EnvironmentLogic
-
public class EnvironmentLogic extends java.lang.Object
Logic to indicate environment configuration.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description EnvironmentLogic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(java.lang.String value, ServerHttpConnection connection)
-
-
-
Method Detail
-
service
public void service(@Property("name") java.lang.String value, ServerHttpConnection connection) throws java.io.IOException
- Throws:
java.io.IOException
-
-