com.philemonworks.selfdiagnose.check.vendor
Class SelfDiagnoseController
java.lang.Object
com.philemonworks.selfdiagnose.check.vendor.SelfDiagnoseController
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
@Controller
public class SelfDiagnoseController
- extends Object
- implements org.springframework.context.ApplicationContextAware
Method Summary |
org.springframework.web.servlet.ModelAndView |
displaySelfDiagnostics(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String format)
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelfDiagnoseController
public SelfDiagnoseController()
displaySelfDiagnostics
@RequestMapping(method=GET,
value="/internal/selfdiagnose{extension}")
public org.springframework.web.servlet.ModelAndView displaySelfDiagnostics(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@PathVariable(value="extension")
String format)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2012. All Rights Reserved.