Package net.officefloor.web.build
Interface HttpInputExplorer
public interface HttpInputExplorer
Explorer of an execution tree for a
HttpInput.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidexplore(HttpInputExplorerContext context) Explores the execution tree for theHttpInput.
-
Method Details
-
explore
Explores the execution tree for theHttpInput.- Parameters:
context-HttpInputExplorerContext.- Throws:
Exception- If failure in exploring theHttpInput.
-