org.apache.myfaces.shared_tomahawk.webapp.webxml
Class ServletMapping
java.lang.Object
   org.apache.myfaces.shared_tomahawk.webapp.webxml.ServletMapping
org.apache.myfaces.shared_tomahawk.webapp.webxml.ServletMapping
- public class ServletMapping 
- extends Object
- Version:
- $Revision: 557350 $ $Date: 2007-07-18 13:19:50 -0500 (Wed, 18 Jul 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: matzew $)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServletMapping
public ServletMapping(String servletName,
                      Class servletClass,
                      String urlPattern)
isExtensionMapping
public boolean isExtensionMapping()
- 
 
getExtension
public String getExtension()
- 
 
getPrefix
public String getPrefix()
- 
 
getServletName
public String getServletName()
- 
 
getServletClass
public Class getServletClass()
- 
 
getUrlPattern
public String getUrlPattern()
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.