public class TemplatesController extends Object implements org.springframework.web.servlet.mvc.Controller
Constructor and Description |
---|
TemplatesController(org.osgi.framework.BundleContext bundleContext)
Instantiates a new templates controller.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle request.
|
public TemplatesController(org.osgi.framework.BundleContext bundleContext)
bundleContext
- The current bundle context.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
request
- The request.response
- The response.Exception
- Exception.Copyright © 2019 Communote team. All rights reserved.