org.apache.myfaces.spi.impl
Class ServletMappingImpl
java.lang.Object
org.apache.myfaces.spi.impl.ServletMappingImpl
- All Implemented Interfaces:
- ServletMapping
public class ServletMappingImpl
- extends java.lang.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 java.lang.String getExtension()
- Specified by:
getExtension
in interface ServletMapping
getPrefix
public java.lang.String getPrefix()
- Specified by:
getPrefix
in interface ServletMapping
getServletName
public java.lang.String getServletName()
- Specified by:
getServletName
in interface ServletMapping
getServletClass
public java.lang.Class getServletClass()
- Specified by:
getServletClass
in interface ServletMapping
getUrlPattern
public java.lang.String getUrlPattern()
- Specified by:
getUrlPattern
in interface ServletMapping
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.