org.riotfamily.common.web.servlet
Class WebXmlPathCompleter
java.lang.Object
org.riotfamily.common.web.servlet.PathCompleterSupport
org.riotfamily.common.web.servlet.WebXmlPathCompleter
- All Implemented Interfaces:
- PathCompleter, InitializingBean, ServletContextAware
public class WebXmlPathCompleter
- extends PathCompleterSupport
- implements ServletContextAware, InitializingBean
- Since:
- 7.0
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebXmlPathCompleter
public WebXmlPathCompleter()
setServletContext
public void setServletContext(ServletContext servletContext)
- Specified by:
setServletContext
in interface ServletContextAware
setServletMapping
public void setServletMapping(String servletMapping)
setServletName
public void setServletName(String servletName)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception