org.jbpm.designer.server
public class EditorHandler extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE_VERSION
The designer bundle version looked up from the manifest.
|
static String |
designer_path
The base path under which the application will be made available at runtime.
|
static String |
DEV
The designer DEV flag looked up from system properties.
|
static String |
PREPROCESS
The designer PREPROCESS flag looked up from system properties.
|
static String |
PRESET_PERSPECTIVE |
static String |
SKIN
The designer skin param.
|
Constructor and Description |
---|
EditorHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String designer_path
public static final String DEV
public static final String PRESET_PERSPECTIVE
public static final String PREPROCESS
public static final String SKIN
public static final String BUNDLE_VERSION
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.