org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl
Class FilterRegistrationWrapper

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl.FilterRegistrationWrapper
All Implemented Interfaces:
FilterRegistration, Registration

public class FilterRegistrationWrapper
extends Object
implements FilterRegistration

Author:
Leonardo Uribe

Constructor Summary
FilterRegistrationWrapper(javax.servlet.FilterRegistration delegate)
           
 
Method Summary
 String getClassName()
           
 String getName()
           
 Collection<String> getServletNameMappings()
           
 Collection<String> getUrlPatternMappings()
           
 Object getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterRegistrationWrapper

public FilterRegistrationWrapper(javax.servlet.FilterRegistration delegate)
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface Registration
Returns:
the class name of filter or servlet this registered

getName

public String getName()
Specified by:
getName in interface Registration
Returns:
name of filter or servlet this initialised

getServletNameMappings

public Collection<String> getServletNameMappings()
Specified by:
getServletNameMappings in interface FilterRegistration

getUrlPatternMappings

public Collection<String> getUrlPatternMappings()
Specified by:
getUrlPatternMappings in interface FilterRegistration

getWrapped

public Object getWrapped()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.