@Controller(controllerJsp="ManageGraphs.jsp", controllerPath="jsp/admin/plugins/graphite/", right="GRAPHITE_MANAGEMENT") public class GraphJspBean extends ManageGraphJspBean
_nDefaultItemsPerPage, _nItemsPerPage, _strCurrentPageIndex, MARK_NB_ITEMS_PER_PAGE, MARK_PAGINATOR, PARAMETER_PAGE_INDEX, RIGHT_MANAGEGRAPH
Constructor and Description |
---|
GraphJspBean() |
Modifier and Type | Method and Description |
---|---|
String |
doCreateGraph(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new graph
|
String |
doModifyGraph(javax.servlet.http.HttpServletRequest request)
Process the change form of a graph
|
String |
doRemoveGraph(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a graph
|
static fr.paris.lutece.util.ReferenceList |
getComboCategories()
Returns a referenceList of the categories
|
String |
getConfirmRemoveGraph(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a graph whose identifier is in the http
request
|
String |
getCreateGraph(javax.servlet.http.HttpServletRequest request)
Returns the form to create a graph
|
String |
getManageGraphs(javax.servlet.http.HttpServletRequest request) |
String |
getModifyGraph(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a graph
|
addError, addError, addInfo, addInfo, download, download, fillCommons, getActionUrl, getControllerJsp, getControllerPath, getModel, getPage, getPage, getPage, getViewFullUrl, getViewUrl, processController, redirect, redirect, redirect, redirect, redirectView, validateBean
getPlugin, init
@View(value="manageGraphs", defaultView=true) public String getManageGraphs(javax.servlet.http.HttpServletRequest request)
@View(value="createGraph") public String getCreateGraph(javax.servlet.http.HttpServletRequest request)
request
- The Http request@Action(value="createGraph") public String doCreateGraph(javax.servlet.http.HttpServletRequest request)
request
- The Http Request@Action(value="confirmRemoveGraph") public String getConfirmRemoveGraph(javax.servlet.http.HttpServletRequest request)
request
- The Http request@Action(value="removeGraph") public String doRemoveGraph(javax.servlet.http.HttpServletRequest request)
request
- The Http request@View(value="modifyGraph") public String getModifyGraph(javax.servlet.http.HttpServletRequest request)
request
- The Http request@Action(value="modifyGraph") public String doModifyGraph(javax.servlet.http.HttpServletRequest request)
request
- The Http requestpublic static fr.paris.lutece.util.ReferenceList getComboCategories()
Copyright © 2015 City of Paris. All rights reserved.