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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return ServletNameType
 ServletNameType Webapp24Factory.createServletNameType()
          Returns a new object of class 'Servlet Name Type'.
 ServletNameType FilterMappingType.getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 ServletNameType ServletMappingType.getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 ServletNameType ServletType.getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 with parameters of type ServletNameType
 void FilterMappingType.setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.
 void ServletMappingType.setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.
 void ServletType.setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.