|
jBPM Designer - Backend 6.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jbpm.designer.server.EditorHandler
public class EditorHandler
Servlet to load plugin and Oryx stencilset
| Field Summary | |
|---|---|
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 |
LOCALE
The designer locale param. |
static IDiagramPreferenceService |
PREFERENCE_FACTORY
|
static String |
PREPROCESS
The designer PREPROCESS flag looked up from system properties. |
static String |
SKIN
The designer skin param. |
| Constructor Summary | |
|---|---|
EditorHandler()
|
|
| Method Summary | |
|---|---|
static String |
compileJS(List<String> filenames,
List<InputStream> codes)
|
static String |
compileJS(String filename,
InputStream code)
|
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)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static IDiagramPreferenceService PREFERENCE_FACTORY
public static final String designer_path
public static final String DEV
public static final String PREPROCESS
public static final String LOCALE
public static final String SKIN
public static final String BUNDLE_VERSION
| Constructor Detail |
|---|
public EditorHandler()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.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.HttpServletjavax.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.HttpServletjavax.servlet.ServletException
IOException
public static String compileJS(String filename,
InputStream code)
throws IOException
IOException
public static String compileJS(List<String> filenames,
List<InputStream> codes)
throws IOException
IOException
|
jBPM Designer - Backend 6.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||