| org.directwebremoting.spring.DwrHandlerMapping
DwrHandlerMapping | public class DwrHandlerMapping extends SimpleUrlHandlerMapping (Code) | | Automatically maps (at context startup) the URLs needed by DWR to a DWRController.
author: Jose Noheda [jose.noheda@gmail.com] |
Field Summary | |
final protected static Log | log |
Method Summary | |
public void | initApplicationContext() Maps the URLs (/engine.js, /util.js, /interface/**, /call/**) and continues. |
log | final protected static Log log(Code) | | |
initApplicationContext | public void initApplicationContext() throws BeansException(Code) | | Maps the URLs (/engine.js, /util.js, /interface/**, /call/**) and continues.
|
|
|