Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.ServletMappingType

Packages that use ServletMappingType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ServletMappingType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ServletMappingType
 ServletMappingType<WebAppDescriptor> WebAppDescriptor.createServletMapping()
          Creates a new servlet-mapping element
 ServletMappingType<WebAppDescriptor> WebAppDescriptor.getOrCreateServletMapping()
          If not already created, a new servlet-mapping element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ServletMappingType
 List<ServletMappingType<WebAppDescriptor>> WebAppDescriptor.getAllServletMapping()
          Returns all servlet-mapping elements
 

Uses of ServletMappingType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ServletMappingType
 ServletMappingType<WebAppType<T>> WebAppType.createServletMapping()
          Creates a new servlet-mapping element
 ServletMappingType<WebFragmentType<T>> WebFragmentType.createServletMapping()
          Creates a new servlet-mapping element
 ServletMappingType<WebAppType<T>> WebAppType.getOrCreateServletMapping()
          If not already created, a new servlet-mapping element will be created and returned.
 ServletMappingType<WebFragmentType<T>> WebFragmentType.getOrCreateServletMapping()
          If not already created, a new servlet-mapping element will be created and returned.
 ServletMappingType<T> ServletMappingType.id(String id)
          Sets the id attribute
 ServletMappingType<T> ServletMappingType.removeAllUrlPattern()
          Removes the url-pattern element
 ServletMappingType<T> ServletMappingType.removeId()
          Removes the id attribute
 ServletMappingType<T> ServletMappingType.removeServletName()
          Removes the servlet-name element
 ServletMappingType<T> ServletMappingType.servletName(String servletName)
          Sets the servlet-name element
 ServletMappingType<T> ServletMappingType.urlPattern(String... values)
          Creates for all String objects representing url-pattern elements, a new url-pattern element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ServletMappingType
 List<ServletMappingType<WebAppType<T>>> WebAppType.getAllServletMapping()
          Returns all servlet-mapping elements
 List<ServletMappingType<WebFragmentType<T>>> WebFragmentType.getAllServletMapping()
          Returns all servlet-mapping elements
 

Uses of ServletMappingType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ServletMappingType
 ServletMappingType<WebFragmentDescriptor> WebFragmentDescriptor.createServletMapping()
          Creates a new servlet-mapping element
 ServletMappingType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateServletMapping()
          If not already created, a new servlet-mapping element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ServletMappingType
 List<ServletMappingType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllServletMapping()
          Returns all servlet-mapping elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.