Package net.officefloor.web.build
Interface HttpInputExplorer
-
public interface HttpInputExplorer
Explorer of an execution tree for aHttpInput
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
explore(HttpInputExplorerContext context)
Explores the execution tree for theHttpInput
.
-
-
-
Method Detail
-
explore
void explore(HttpInputExplorerContext context) throws java.lang.Exception
Explores the execution tree for theHttpInput
.- Parameters:
context
-HttpInputExplorerContext
.- Throws:
java.lang.Exception
- If failure in exploring theHttpInput
.
-
-