Uses of Interface
net.officefloor.compile.spi.office.ExecutionExplorerContext
-
Packages that use ExecutionExplorerContext Package Description net.officefloor.compile.spi.office net.officefloor.web.build -
-
Uses of ExecutionExplorerContext in net.officefloor.compile.spi.office
Subinterfaces of ExecutionExplorerContext in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
EscalationExplorerContext
Context for theEscalationExplorer
.Methods in net.officefloor.compile.spi.office with parameters of type ExecutionExplorerContext Modifier and Type Method Description void
ExecutionExplorer. explore(ExecutionExplorerContext context)
Explores the execution tree for theOfficeSectionInput
. -
Uses of ExecutionExplorerContext in net.officefloor.web.build
Subinterfaces of ExecutionExplorerContext in net.officefloor.web.build Modifier and Type Interface Description interface
HttpInputExplorerContext
Context for theHttpInputExplorer
.
-