Uses of Class
com.sun.grizzly.http.webxml.schema.ErrorPage

Packages that use ErrorPage
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

Uses of ErrorPage in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return ErrorPage
protected  ErrorPage JAXBWebXml_2_2Parser.getErrorPage(ErrorPage errorPage)
           
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type ErrorPage
protected  List<ErrorPage> JAXBWebXml_2_2Parser.populateErrorPage(List<ErrorPage> errorPage)
           
 

Uses of ErrorPage in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type ErrorPage
 List<ErrorPage> WebApp.errorPage
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type ErrorPage
 List<ErrorPage> WebApp.getErrorPage()
          <error-page> <error-code>404</error-code> <exception-type>token</exception-type> <location>/</location> </error-page>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type ErrorPage
 void WebApp.setErrorPage(List<ErrorPage> errorPage)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.