org.apache.pluto.descriptors.servlet
Class ServletMappingDD

java.lang.Object
  extended by 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 $

Constructor Summary
ServletMappingDD()
           
 
Method Summary
 String getServletName()
           
 String getUrlPattern()
           
 void setServletName(String filterName)
           
 void setUrlPattern(String urlPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMappingDD

public ServletMappingDD()
Method Detail

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.