@Controller(value="bpm_ContentController")
@RequestMapping(value="/modeler/**")
public class ContentController
extends com.haulmont.cuba.web.controllers.StaticContentController
com.haulmont.cuba.web.controllers.StaticContentController.Error, com.haulmont.cuba.web.controllers.StaticContentController.LookupResult, com.haulmont.cuba.web.controllers.StaticContentController.StaticFile
Constructor and Description |
---|
ContentController() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
handleGetRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
java.lang.String |
handleHeadRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
java.lang.String |
handlePostRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public java.lang.String handleGetRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
handleGetRequest
in class com.haulmont.cuba.web.controllers.StaticContentController
java.io.IOException
public java.lang.String handlePostRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
handlePostRequest
in class com.haulmont.cuba.web.controllers.StaticContentController
java.io.IOException
public java.lang.String handleHeadRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
handleHeadRequest
in class com.haulmont.cuba.web.controllers.StaticContentController
java.io.IOException