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, servicepublic 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.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected 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.ServletExceptionIOExceptionprotected 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.ServletExceptionIOExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.