Uses of Class
org.glassfish.grizzly.servlet.ver25.UrlPatternType

Packages that use UrlPatternType
org.glassfish.grizzly.servlet.ver25   
 

Uses of UrlPatternType in org.glassfish.grizzly.servlet.ver25
 

Fields in org.glassfish.grizzly.servlet.ver25 with type parameters of type UrlPatternType
protected  java.util.List<UrlPatternType> WebResourceCollectionType.urlPattern
           
protected  java.util.List<UrlPatternType> ServletMappingType.urlPattern
           
protected  java.util.List<UrlPatternType> JspPropertyGroupType.urlPattern
           
 

Methods in org.glassfish.grizzly.servlet.ver25 that return UrlPatternType
 UrlPatternType ObjectFactory.createUrlPatternType()
          Create an instance of UrlPatternType
 

Methods in org.glassfish.grizzly.servlet.ver25 that return types with arguments of type UrlPatternType
 java.util.List<UrlPatternType> WebResourceCollectionType.getUrlPattern()
          Gets the value of the urlPattern property.
 java.util.List<UrlPatternType> ServletMappingType.getUrlPattern()
          Gets the value of the urlPattern property.
 java.util.List<UrlPatternType> JspPropertyGroupType.getUrlPattern()
          Gets the value of the urlPattern property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.