Package net.officefloor.web.compile
Interface CompileWebExtension
-
public interface CompileWebExtension
Extension to compile the web application into theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(CompileWebContext context)
Extends theOffice
.
-
-
-
Method Detail
-
extend
void extend(CompileWebContext context) throws java.lang.Exception
Extends theOffice
.- Parameters:
context
-CompileWebContext
.- Throws:
java.lang.Exception
- If fails to extend.
-
-