Uses of Interface
org.eclipse.modisco.jee.webapp.webapp30.WarPathType

Packages that use WarPathType
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of WarPathType in org.eclipse.modisco.jee.webapp.webapp30
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return WarPathType
 WarPathType Webapp30Factory.createWarPathType()
          Returns a new object of class 'War Path Type'.
 WarPathType FormLoginConfigType.getFormErrorPage()
          Returns the value of the 'Form Error Page' containment reference.
 WarPathType FormLoginConfigType.getFormLoginPage()
          Returns the value of the 'Form Login Page' containment reference.
 WarPathType ErrorPageType.getLocation()
          Returns the value of the 'Location' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 with parameters of type WarPathType
 void FormLoginConfigType.setFormErrorPage(WarPathType value)
          Sets the value of the 'Form Error Page' containment reference.
 void FormLoginConfigType.setFormLoginPage(WarPathType value)
          Sets the value of the 'Form Login Page' containment reference.
 void ErrorPageType.setLocation(WarPathType value)
          Sets the value of the 'Location' containment reference.