org.apache.myfaces.spi.impl
Class ServletMappingImpl

java.lang.Object
  extended by org.apache.myfaces.spi.impl.ServletMappingImpl
All Implemented Interfaces:
ServletMapping

public class ServletMappingImpl
extends java.lang.Object
implements ServletMapping


Constructor Summary
ServletMappingImpl(ServletMapping delegateMapping)
           
 
Method Summary
 java.lang.String getExtension()
           
 java.lang.String getPrefix()
           
 java.lang.Class getServletClass()
           
 java.lang.String getServletName()
           
 java.lang.String getUrlPattern()
           
 boolean isExtensionMapping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMappingImpl

public ServletMappingImpl(ServletMapping delegateMapping)
Method Detail

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.