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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return ServletNameType
 ServletNameType Webapp23Factory.createServletNameType()
          Returns a new object of class 'Servlet Name Type'.
 ServletNameType DocumentRoot.getServletName()
          Returns the value of the 'Servlet Name' containment reference.
 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.webapp23 with parameters of type ServletNameType
 void DocumentRoot.setServletName(ServletNameType value)
          Sets the value of the 'Servlet Name' containment reference.
 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.