org.apache.pluto.descriptors.servlet
Class ServletMappingDD
java.lang.Object
org.apache.pluto.descriptors.servlet.ServletMappingDD
public class ServletMappingDD
- extends Object
ServletMapping configuration as contained within the
web.xml Deployment Descriptor.
- Since:
- Feb 28, 2005
- Version:
- $Id: ServletMappingDD.java 156636 2005-03-09 12:16:31Z cziegeler $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletMappingDD
public ServletMappingDD()
getServletName
public String getServletName()
setServletName
public void setServletName(String filterName)
getUrlPattern
public String getUrlPattern()
setUrlPattern
public void setUrlPattern(String urlPattern)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.