|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.fball.web.FileNameViewController
Controller that transforms the file name at the end of a URL to view name. Example: "/index.html" -> "index"
Field Summary | |
static org.apache.commons.logging.Log |
LOGGER
Commons Logger |
Constructor Summary | |
FileNameViewController()
|
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 |
Field Detail |
public static final org.apache.commons.logging.Log LOGGER
Constructor Detail |
public FileNameViewController()
Method Detail |
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
Controller.handleRequest(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |