public abstract class AdministrationViewController extends ViewController
DEFAULT_MAIN_TEMPLATE, DEFAULT_MAIN_TEMPLATE_ADMINISTRATION| Constructor and Description |
|---|
AdministrationViewController(org.osgi.framework.BundleContext bundleContext)
Constructor.
|
AdministrationViewController(String symbolicName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMainTemplate()
The key for the main template.
|
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Also check if the current user is a client manager
|
doDelete, doGet, doHead, doPost, doPut, doUnknown, getContentTemplate, getSymbolicName, processRequestpublic AdministrationViewController(org.osgi.framework.BundleContext bundleContext)
bundleContext - The bundles context.public AdministrationViewController(String symbolicName)
symbolicName - Symbolic name of thepublic String getMainTemplate()
PluginViewControllergetMainTemplate in interface PluginViewControllergetMainTemplate in class ViewControllerPluginViewController.DEFAULT_MAIN_TEMPLATE_ADMINISTRATIONpublic org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequest in interface org.springframework.web.servlet.mvc.ControllerhandleRequest in class ViewControllerExceptionCopyright © 2019 Communote team. All rights reserved.