Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_4.PathType

Packages that use PathType
com.sun.grizzly.http.webxml.schema.version_2_4   
 

Uses of PathType in com.sun.grizzly.http.webxml.schema.version_2_4
 

Subclasses of PathType in com.sun.grizzly.http.webxml.schema.version_2_4
 class JspFileType
          The jsp-file element contains the full path to a JSP file within the web application beginning with a `/'.
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_4 declared as PathType
protected  PathType ServiceRefType.jaxrpcMappingFile
           
protected  PathType IconType.largeIcon
           
protected  PathType IconType.smallIcon
           
protected  PathType TaglibType.taglibLocation
           
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_4 with type parameters of type PathType
protected  List<PathType> JspPropertyGroupType.includeCoda
           
protected  List<PathType> JspPropertyGroupType.includePrelude
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 that return PathType
 PathType ObjectFactory.createPathType()
          Create an instance of PathType
 PathType ServiceRefType.getJaxrpcMappingFile()
          Gets the value of the jaxrpcMappingFile property.
 PathType IconType.getLargeIcon()
          Gets the value of the largeIcon property.
 PathType IconType.getSmallIcon()
          Gets the value of the smallIcon property.
 PathType TaglibType.getTaglibLocation()
          Gets the value of the taglibLocation property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 that return types with arguments of type PathType
 List<PathType> JspPropertyGroupType.getIncludeCoda()
          Gets the value of the includeCoda property.
 List<PathType> JspPropertyGroupType.getIncludePrelude()
          Gets the value of the includePrelude property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 with parameters of type PathType
 void ServiceRefType.setJaxrpcMappingFile(PathType value)
          Sets the value of the jaxrpcMappingFile property.
 void IconType.setLargeIcon(PathType value)
          Sets the value of the largeIcon property.
 void IconType.setSmallIcon(PathType value)
          Sets the value of the smallIcon property.
 void TaglibType.setTaglibLocation(PathType value)
          Sets the value of the taglibLocation property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.