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

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

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

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