org.apache.myfaces.shared_orchestra.webapp.webxml
Class ServletMapping
java.lang.Object
org.apache.myfaces.shared_orchestra.webapp.webxml.ServletMapping
public class ServletMapping
- extends Object
- Version:
- $Revision: 472630 $ $Date: 2006-11-08 15:40:03 -0500 (Wed, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
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()
getServletName
public String getServletName()
getServletClass
public Class getServletClass()
getUrlPattern
public String getUrlPattern()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.