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

Packages that use JspConfig
com.sun.grizzly.http.webxml.schema   
 

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

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

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type JspConfig
 List<JspConfig> WebApp.getJspConfig()
          <jsp-config> <taglib> <taglib-uri>uri</taglib-uri> <taglib-location>localtion</taglib-location> </taglib> <jsp-property-group> <description>description</description> <display-name>displayname</display-name> <icon> <small-icon>token</small-icon> <large-icon>token</large-icon> </icon> <url-pattern>string</url-pattern> <el-ignored>true</el-ignored> <page-encoding>token</page-encoding> <scripting-invalid>true</scripting-invalid> <is-xml>true</is-xml> <include-prelude>token</include-prelude> <include-coda>token</include-coda> <deferred-syntax-allowed-as-literal>true</deferred-syntax-allowed-as-literal> <trim-directive-whitespaces>true</trim-directive-whitespaces> <default-content-type>token</default-content-type> <buffer>token</buffer> <error-on-undeclared-namespace>true</error-on-undeclared-namespace> </jsp-property-group> </jsp-config>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type JspConfig
 void WebApp.setJspConfig(List<JspConfig> jspConfig)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.