org.apache.myfaces.spi
Interface ServletMapping
- All Known Implementing Classes:
- ServletMappingImpl
public interface ServletMapping
This interface provides a method to indicate a mapping used for
a servlet class.
- Since:
- 2.0.3
- Author:
- Leonardo Uribe
getServletClass
java.lang.Class getServletClass()
getUrlPattern
java.lang.String getUrlPattern()
getServletName
java.lang.String getServletName()
getPrefix
java.lang.String getPrefix()
getExtension
java.lang.String getExtension()
isExtensionMapping
boolean isExtensionMapping()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.