public class Servlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_ID_KEY |
static String |
SCRIPTS_DIR_KEY |
| Constructor and Description |
|---|
Servlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
processRequestStep(javax.servlet.http.HttpServletRequest request,
javax.servlet.AsyncContext asyncCtx,
Map model,
tigase.xmpp.JID jid,
String node,
List<tigase.xml.Element> formFields) |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final String MODULE_ID_KEY
public static final String SCRIPTS_DIR_KEY
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
service in class javax.servlet.http.HttpServletIOExceptionpublic void processRequestStep(javax.servlet.http.HttpServletRequest request,
javax.servlet.AsyncContext asyncCtx,
Map model,
tigase.xmpp.JID jid,
String node,
List<tigase.xml.Element> formFields)
throws tigase.util.TigaseStringprepException
tigase.util.TigaseStringprepExceptionCopyright © 2013–2020 "Tigase, Inc.". All rights reserved.