@Controller
public class GUILayoutBuilderServlet
extends at.gv.egiz.eaaf.core.impl.idp.controller.AbstractController
Modifier and Type | Field | Description |
---|---|---|
static String |
ENDPOINT_BKUDETECTION |
|
static String |
ENDPOINT_CSS |
|
static String |
ENDPOINT_JS |
Constructor | Description |
---|---|
GUILayoutBuilderServlet() |
Modifier and Type | Method | Description |
---|---|---|
void |
buildBkuDetectionFrame(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
|
void |
buildCSS(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
|
void |
buildJavaScript(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
public static final String ENDPOINT_CSS
public static final String ENDPOINT_JS
public static final String ENDPOINT_BKUDETECTION
@RequestMapping(value="/feature/bkuDetection", method=GET) public void buildBkuDetectionFrame(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
IOException
@RequestMapping(value="/css/buildCSS", method=GET) public void buildCSS(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
IOException
@RequestMapping(value="/js/buildJS", method=GET) public void buildJavaScript(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException
IOException
Copyright © 2019. All rights reserved.