public class GuiHandler extends Object implements RequestHandler
RequestHandler responsible for handling requests to the appNG GUI provided by the several
Applications of a Site.RequestProcessor| Modifier and Type | Field and Description |
|---|---|
static String |
PLATFORM_MESSAGES |
FORWARDED| Constructor and Description |
|---|
GuiHandler(File debugFolder) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
Environment environment,
Site site,
PathInfo pathInfo)
Handles the given
HttpServletRequest, |
public static final String PLATFORM_MESSAGES
public GuiHandler(File debugFolder)
public void handle(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
Environment environment,
Site site,
PathInfo pathInfo)
throws javax.servlet.ServletException,
IOException
RequestHandlerHttpServletRequest,handle in interface RequestHandlerservletRequest - the current HttpServletRequestservletResponse - the current HttpServletResponseenvironment - the current Environmentsite - the current SitepathInfo - the current PathInfojavax.servlet.ServletException - if a servlet-specific error occursIOException - if a resource could not be foundCopyright © 2011–2023 aiticon GmbH. All rights reserved.