org.riotfamily.common.web.servlet
Class WebXmlPathCompleter

java.lang.Object
  extended by org.riotfamily.common.web.servlet.PathCompleterSupport
      extended by 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]

Constructor Summary
WebXmlPathCompleter()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setServletContext(ServletContext servletContext)
           
 void setServletMapping(String servletMapping)
           
 void setServletName(String servletName)
           
 
Methods inherited from class org.riotfamily.common.web.servlet.PathCompleterSupport
addMapping, containsMapping, setPrefix, setSuffix, stripMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXmlPathCompleter

public WebXmlPathCompleter()
Method Detail

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