org.apache.myfaces.commons.resourcehandler.webapp.config.element
Interface FilterRegistration

All Superinterfaces:
Registration
All Known Implementing Classes:
FilterRegistrationImpl, FilterRegistrationWrapper

public interface FilterRegistration
extends Registration

Author:
Leonardo Uribe

Method Summary
 Collection<String> getServletNameMappings()
           
 Collection<String> getUrlPatternMappings()
           
 
Methods inherited from interface org.apache.myfaces.commons.resourcehandler.webapp.config.element.Registration
getClassName, getName
 

Method Detail

getServletNameMappings

Collection<String> getServletNameMappings()

getUrlPatternMappings

Collection<String> getUrlPatternMappings()


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