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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return UrlPatternType
 UrlPatternType Webapp24Factory.createUrlPatternType()
          Returns a new object of class 'Url Pattern Type'.
 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.webapp24 with parameters of type UrlPatternType
 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.