org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl
Class FilterRegistrationWrapper
java.lang.Object
   org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl.FilterRegistrationWrapper
org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl.FilterRegistrationWrapper
- All Implemented Interfaces: 
- FilterRegistration, Registration
- public class FilterRegistrationWrapper 
- extends java.lang.Object- implements FilterRegistration
- Author:
- Leonardo Uribe
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FilterRegistrationWrapper
public FilterRegistrationWrapper(javax.servlet.FilterRegistration delegate)
getClassName
public java.lang.String getClassName()
- 
- Specified by:
- getClassNamein interface- Registration
 
- 
- Returns:
- the class name of filter or servlet this registered
 
getName
public java.lang.String getName()
- 
- Specified by:
- getNamein interface- Registration
 
- 
- Returns:
- name of filter or servlet this initialised
 
getServletNameMappings
public java.util.Collection<java.lang.String> getServletNameMappings()
- 
- Specified by:
- getServletNameMappingsin interface- FilterRegistration
 
- 
 
getUrlPatternMappings
public java.util.Collection<java.lang.String> getUrlPatternMappings()
- 
- Specified by:
- getUrlPatternMappingsin interface- FilterRegistration
 
- 
 
getWrapped
public java.lang.Object getWrapped()
- 
 
- 
 
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.