org.apache.myfaces.shared.webapp.webxml
Class ServletMapping
java.lang.Object
org.apache.myfaces.shared.webapp.webxml.ServletMapping
public class ServletMapping
- extends Object
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 © 2015 The Apache Software Foundation. All rights reserved.