org.apache.myfaces.shared_tomahawk.webapp.webxml
Class ServletMapping
java.lang.Object
org.apache.myfaces.shared_tomahawk.webapp.webxml.ServletMapping
public class ServletMapping
- extends Object
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
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.