org.appfuse.webapp.controller
Class ReloadController

java.lang.Object
  extended by org.appfuse.webapp.controller.ReloadController

@Controller
@RequestMapping(value="/admin/reload.*")
public class ReloadController
extends java.lang.Object

This class is used to reload the drop-downs initialized in the StartupListener.

View Source

Author:
Matt Raible

Constructor Summary
ReloadController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadController

public ReloadController()
Method Detail

handleRequest

@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
                                                                                 javax.servlet.http.HttpServletResponse response)
                                                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2010. All Rights Reserved.