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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return JspFileType
 JspFileType Webapp23Factory.createJspFileType()
          Returns a new object of class 'Jsp File Type'.
 JspFileType DocumentRoot.getJspFile()
          Returns the value of the 'Jsp File' containment reference.
 JspFileType ServletType.getJspFile()
          Returns the value of the 'Jsp File' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type JspFileType
 void DocumentRoot.setJspFile(JspFileType value)
          Sets the value of the 'Jsp File' containment reference.
 void ServletType.setJspFile(JspFileType value)
          Sets the value of the 'Jsp File' containment reference.