public interface WoofApplicationExtensionService
ServiceLoader
service that enables extending functionality over and
above the WoofLoader
by directly configuring the
WebAutoWireApplication
.Modifier and Type | Method and Description |
---|---|
void |
extendApplication(WoofApplicationExtensionServiceContext context)
Extends the
WebAutoWireApplication . |
void extendApplication(WoofApplicationExtensionServiceContext context) throws Exception
WebAutoWireApplication
.context
- WoofApplicationExtensionServiceContext
.Exception
- If fails to extend the WebAutoWireApplication
.Copyright © 2005–2016. All rights reserved.