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

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

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

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