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, processRequest
public AdministrationViewController(org.osgi.framework.BundleContext bundleContext)
bundleContext
- The bundles context.public AdministrationViewController(String symbolicName)
symbolicName
- Symbolic name of thepublic String getMainTemplate()
PluginViewController
getMainTemplate
in interface PluginViewController
getMainTemplate
in class ViewController
PluginViewController.DEFAULT_MAIN_TEMPLATE_ADMINISTRATION
public 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.Controller
handleRequest
in class ViewController
Exception
Copyright © 2019 Communote team. All rights reserved.