Uses of Interface
org.eclipse.modisco.jee.webapp.webapp23.UrlPatternType

Packages that use UrlPatternType
org.eclipse.modisco.jee.webapp.webapp23   
 

Uses of UrlPatternType in org.eclipse.modisco.jee.webapp.webapp23
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return UrlPatternType
 UrlPatternType Webapp23Factory.createUrlPatternType()
          Returns a new object of class 'Url Pattern Type'.
 UrlPatternType DocumentRoot.getUrlPattern()
          Returns the value of the 'Url Pattern' containment reference.
 UrlPatternType FilterMappingType.getUrlPattern()
          Returns the value of the 'Url Pattern' containment reference.
 UrlPatternType ServletMappingType.getUrlPattern()
          Returns the value of the 'Url Pattern' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type UrlPatternType
 void DocumentRoot.setUrlPattern(UrlPatternType value)
          Sets the value of the 'Url Pattern' containment reference.
 void FilterMappingType.setUrlPattern(UrlPatternType value)
          Sets the value of the 'Url Pattern' containment reference.
 void ServletMappingType.setUrlPattern(UrlPatternType value)
          Sets the value of the 'Url Pattern' containment reference.