Uses of Class
tigase.http.ServletInfo
-
Packages that use ServletInfo Package Description tigase.http tigase.http.api tigase.http.modules.wellknown -
-
Uses of ServletInfo in tigase.http
Methods in tigase.http that return ServletInfo Modifier and Type Method Description ServletInfoServletInfo. addInitParam(java.lang.String key, java.lang.String value)ServletInfoServletInfo. addMapping(java.lang.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(java.lang.String name, java.lang.Class<? extends javax.servlet.http.HttpServlet> servletClass) -
Uses of ServletInfo in tigase.http.modules.wellknown
Methods in tigase.http.modules.wellknown that return types with arguments of type ServletInfo Modifier and Type Method Description java.util.List<ServletInfo>WellKnownServletsProvider. getServletInfos()Method returns list of ServletInfo to deploy at /.well-known/
-