Uses of Class
org.glassfish.grizzly.servlet.ver25.WarPathType

Packages that use WarPathType
org.glassfish.grizzly.servlet.ver25   
 

Uses of WarPathType in org.glassfish.grizzly.servlet.ver25
 

Fields in org.glassfish.grizzly.servlet.ver25 declared as WarPathType
protected  WarPathType FormLoginConfigType.formErrorPage
           
protected  WarPathType FormLoginConfigType.formLoginPage
           
protected  WarPathType ErrorPageType.location
           
 

Methods in org.glassfish.grizzly.servlet.ver25 that return WarPathType
 WarPathType ObjectFactory.createWarPathType()
          Create an instance of WarPathType
 WarPathType FormLoginConfigType.getFormErrorPage()
          Gets the value of the formErrorPage property.
 WarPathType FormLoginConfigType.getFormLoginPage()
          Gets the value of the formLoginPage property.
 WarPathType ErrorPageType.getLocation()
          Gets the value of the location property.
 

Methods in org.glassfish.grizzly.servlet.ver25 with parameters of type WarPathType
 void FormLoginConfigType.setFormErrorPage(WarPathType value)
          Sets the value of the formErrorPage property.
 void FormLoginConfigType.setFormLoginPage(WarPathType value)
          Sets the value of the formLoginPage property.
 void ErrorPageType.setLocation(WarPathType value)
          Sets the value of the location property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.