Uses of Class
de.kosmos_lab.web.persistence.exceptions.NoPersistenceException
-
-
Uses of NoPersistenceException in de.kosmos_lab.web.persistence
Methods in de.kosmos_lab.web.persistence that throw NoPersistenceException Modifier and Type Method Description voidControllerWithPersistence. addJWT(String jwtid, org.json.JSONObject o)<T> TControllerWithPersistence. getPersistence(Class<T> clazz) -
Uses of NoPersistenceException in de.kosmos_lab.web.server.example
Methods in de.kosmos_lab.web.server.example that throw NoPersistenceException Modifier and Type Method Description voidExampleWebServer. addJWT(String jwtid, org.json.JSONObject o)<T> TExampleWebServer. getPersistence(Class<T> clazz) -
Uses of NoPersistenceException in de.kosmos_lab.web.server.example.servlets.session
Methods in de.kosmos_lab.web.server.example.servlets.session that throw NoPersistenceException Modifier and Type Method Description voidMyServlet. get(BaseServletRequest request, jakarta.servlet.http.HttpServletResponse response)voidKillServlet. post(BaseServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of NoPersistenceException in de.kosmos_lab.web.server.example.servlets.user
Methods in de.kosmos_lab.web.server.example.servlets.user that throw NoPersistenceException Modifier and Type Method Description voidLoginServlet. post(BaseServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-