Class ApplicationRunner
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.creativityfactory.swiftserver.app.Application
com.creativityfactory.swiftserver.app.ApplicationRunner
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
The framework client could map this class in web.xml file with a path should be ended with *
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.creativityfactory.swiftserver.app.Application
createRest, delete, doDelete, doGet, doPatch, doPost, doPut, generateRest, get, init, init, patch, post, process, put, service, use
Methods inherited from class jakarta.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, service
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
-
Constructor Details
-
ApplicationRunner
public ApplicationRunner()
-
-
Method Details
-
execute
- Overrides:
execute
in classApplication
- Throws:
Exception
-