Uses of Interface
org.apache.myfaces.commons.resourcehandler.webapp.config.element.ServletRegistration

Packages that use ServletRegistration
org.apache.myfaces.commons.resourcehandler.webapp.config   
org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl   
org.apache.myfaces.commons.resourcehandler.webapp.config.impl   
 

Uses of ServletRegistration in org.apache.myfaces.commons.resourcehandler.webapp.config
 

Methods in org.apache.myfaces.commons.resourcehandler.webapp.config that return ServletRegistration
abstract  ServletRegistration WebRegistration.getServletRegistration(java.lang.String servletName)
           
 

Methods in org.apache.myfaces.commons.resourcehandler.webapp.config that return types with arguments of type ServletRegistration
abstract  java.util.Map<java.lang.String,? extends ServletRegistration> WebRegistration.getServletRegistrations()
           
 

Uses of ServletRegistration in org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl
 

Classes in org.apache.myfaces.commons.resourcehandler.webapp.config.element.impl that implement ServletRegistration
 class ServletRegistrationImpl
           
 class ServletRegistrationWrapper
           
 

Uses of ServletRegistration in org.apache.myfaces.commons.resourcehandler.webapp.config.impl
 

Methods in org.apache.myfaces.commons.resourcehandler.webapp.config.impl that return ServletRegistration
 ServletRegistration WebRegistrationImpl.getServletRegistration(java.lang.String servletName)
           
 

Methods in org.apache.myfaces.commons.resourcehandler.webapp.config.impl that return types with arguments of type ServletRegistration
 java.util.Map<java.lang.String,ServletRegistration> WebRegistrationImpl.getServletRegistrations()
           
 



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