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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return WarPathType
 WarPathType Webapp24Factory.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.webapp24 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.