com.philemonworks.selfdiagnose.check.vendor
Class SelfDiagnoseController

java.lang.Object
  extended by 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


Constructor Summary
SelfDiagnoseController()
           
 
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
 

Constructor Detail

SelfDiagnoseController

public SelfDiagnoseController()
Method Detail

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.