Package org.webappos.server
Interface IAppAdapter
-
public interface IAppAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jetty.server.handler.ContextHandler
attachApp(org.webappos.properties.WebAppProperties appProps)
Initializes the corresponding app.
-
-
-
Method Detail
-
attachApp
org.eclipse.jetty.server.handler.ContextHandler attachApp(org.webappos.properties.WebAppProperties appProps)
Initializes the corresponding app.- Parameters:
appProps
- the contents of the app.properties file- Returns:
- a context handler to be embedded within the webAppOS server or null, if the app has been launched by its own; on error, throws some exception
-
-