org.apache.myfaces.spi.impl
Class ServletMappingImpl
java.lang.Object
org.apache.myfaces.spi.impl.ServletMappingImpl
- All Implemented Interfaces:
- ServletMapping
public class ServletMappingImpl
- extends Object
- implements ServletMapping
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletMappingImpl
public ServletMappingImpl(ServletMapping delegateMapping)
isExtensionMapping
public boolean isExtensionMapping()
- Specified by:
isExtensionMapping
in interface ServletMapping
getExtension
public String getExtension()
- Specified by:
getExtension
in interface ServletMapping
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interface ServletMapping
getServletName
public String getServletName()
- Specified by:
getServletName
in interface ServletMapping
getServletClass
public Class getServletClass()
- Specified by:
getServletClass
in interface ServletMapping
getUrlPattern
public String getUrlPattern()
- Specified by:
getUrlPattern
in interface ServletMapping
Copyright © 2015 The Apache Software Foundation. All rights reserved.