jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.server
Class EditorHandler

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jbpm.designer.server.EditorHandler
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class EditorHandler
extends javax.servlet.http.HttpServlet

Servlet to load plugin and Oryx stencilset

See Also:
Serialized Form

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 PREPROCESS
          The designer PREPROCESS flag looked up from system properties.
static String PRESET_PERSPECTIVE
           
static String SKIN
          The designer skin param.
 
Constructor Summary
EditorHandler()
           
 
Method Summary
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

designer_path

public static final String designer_path
The base path under which the application will be made available at runtime. This constant should be used throughout the application.


DEV

public static final String DEV
The designer DEV flag looked up from system properties.

See Also:
Constant Field Values

PRESET_PERSPECTIVE

public static final String PRESET_PERSPECTIVE
See Also:
Constant Field Values

PREPROCESS

public static final String PREPROCESS
The designer PREPROCESS flag looked up from system properties.

See Also:
Constant Field Values

SKIN

public static final String SKIN
The designer skin param.

See Also:
Constant Field Values

BUNDLE_VERSION

public static final String BUNDLE_VERSION
The designer bundle version looked up from the manifest.

See Also:
Constant Field Values
Constructor Detail

EditorHandler

public EditorHandler()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws javax.servlet.ServletException,
                      IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException,
                     IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.