@WebServlet(name="FormRendererProxyServlet",
urlPatterns="/jbpm/forms/*")
public class FormRendererProxyServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected KieServerIntegration |
kieServerIntegration |
Constructor and Description |
---|
FormRendererProxyServlet() |
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 void |
doPut(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected String |
extractValue(Pattern p,
String text) |
protected <T> T |
getClient(String serverTemplateId,
Class<T> clientType) |
protected org.kie.server.client.KieServicesClient |
getKieServicesClient(String serverTemplateId) |
doDelete, doHead, doOptions, doTrace, getLastModified, service, service
@Inject protected KieServerIntegration kieServerIntegration
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 doPut(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPut
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected org.kie.server.client.KieServicesClient getKieServicesClient(String serverTemplateId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.