Package net.officefloor.web.compile
Interface CompileWebExtension
-
public interface CompileWebExtensionExtension to compile the web application into theOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextend(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.
-
-