@WebServlet(name="FormAliasProvideServlet",
urlPatterns={"/form/alias/*","/alias/*"},
asyncSupported=true)
public class FormAliasProvideServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
FormAliasProvideServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected Integer |
extractMandantId(UserContext uc,
Matcher matcher) |
protected Projekt |
extractProjekt(UserContext uc,
Matcher matcher,
int mandantId) |
protected void |
redirect(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
throwError(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ParameterWrapper params,
UserContext uc,
Integer mandantId) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void redirect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws UnsupportedEncodingException
UnsupportedEncodingException
protected void throwError(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, ParameterWrapper params, UserContext uc, Integer mandantId)
protected Projekt extractProjekt(UserContext uc, Matcher matcher, int mandantId)
protected Integer extractMandantId(UserContext uc, Matcher matcher)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.