Uses of Class
tigase.http.ServletInfo
-
Packages that use ServletInfo Package Description tigase.http tigase.http.api -
-
Uses of ServletInfo in tigase.http
Methods in tigase.http that return ServletInfo Modifier and Type Method Description ServletInfoServletInfo. addInitParam(String key, String value)ServletInfoServletInfo. addMapping(String mapping)ServletInfo[]DeploymentInfo. getServlets()Methods in tigase.http with parameters of type ServletInfo Modifier and Type Method Description DeploymentInfoDeploymentInfo. addServlets(ServletInfo... servlets) -
Uses of ServletInfo in tigase.http.api
Methods in tigase.http.api that return ServletInfo Modifier and Type Method Description default ServletInfoHttpServerIfc. servlet(String name, Class<? extends javax.servlet.http.HttpServlet> servletClass)
-