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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return JspFileType
 JspFileType Webapp22Factory.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.webapp22 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.