Class ApiApplication
- java.lang.Object
-
- ro.pippo.core.Application
-
- ro.pippo.controller.ControllerApplication
-
- li.pitschmann.knx.core.plugin.api.ApiApplication
-
- All Implemented Interfaces:
ro.pippo.core.route.ResourceRouting,ro.pippo.core.route.Routing
public class ApiApplication extends ro.pippo.controller.ControllerApplicationAPI Application for web server to serve KNX requests over HTTPThis loads the pippo relevant configuration, controllers, etc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiApplication.HeartbeatControllerHeartbeat Controller
-
Constructor Summary
Constructors Constructor Description ApiApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonInit()voidsetKnxClient(KnxClient knxClient)voidsetXmlProject(XmlProject xmlProject)-
Methods inherited from class ro.pippo.controller.ControllerApplication
addControllers, addControllers, addControllers, addControllers, addExtractors, getControllerFactory, getControllerInitializationListeners, getControllerInstantiationListeners, getControllerInvokeListeners, getExtractors, setControllerFactory
-
Methods inherited from class ro.pippo.core.Application
addRoute, addRouteGroup, addRouteTransformer, addWebSocket, createRequestResponseFactory, destroy, get, getApplicationName, getApplicationVersion, getContentTypeEngine, getContentTypeEngines, getErrorHandler, getHttpCacheToolkit, getLanguages, getLocals, getMaximumUploadSize, getMessages, getMimeTypes, getNotFoundRouteHandler, getPippoSettings, getRequestResponseFactory, getRoutePostDispatchListeners, getRoutePreDispatchListeners, getRouter, getRuntimeMode, getServletContext, getTemplateEngine, getUploadLocation, getWebSocketRouter, hasContentTypeEngine, init, onDestroy, registerContentTypeEngine, registerTemplateEngine, setErrorHandler, setMaximumUploadSize, setNotFoundRouteHandler, setRouter, setRouter, setTemplateEngine, setUploadLocation, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
setKnxClient
public void setKnxClient(KnxClient knxClient)
-
setXmlProject
public void setXmlProject(XmlProject xmlProject)
-
onInit
protected void onInit()
- Overrides:
onInitin classro.pippo.core.Application
-
-