Uses of Class
org.glassfish.grizzly.servlet.ver30.PathType

Packages that use PathType
org.glassfish.grizzly.servlet.ver30   
 

Uses of PathType in org.glassfish.grizzly.servlet.ver30
 

Subclasses of PathType in org.glassfish.grizzly.servlet.ver30
 class JspFileType
          The jsp-file element contains the full path to a JSP file within the web application beginning with a `/'.
 

Fields in org.glassfish.grizzly.servlet.ver30 declared as PathType
protected  PathType ServiceRefType.jaxrpcMappingFile
           
protected  PathType IconType.largeIcon
           
protected  PathType IconType.smallIcon
           
protected  PathType TaglibType.taglibLocation
           
 

Fields in org.glassfish.grizzly.servlet.ver30 with type parameters of type PathType
protected  java.util.List<PathType> JspPropertyGroupType.includeCoda
           
protected  java.util.List<PathType> JspPropertyGroupType.includePrelude
           
 

Methods in org.glassfish.grizzly.servlet.ver30 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 org.glassfish.grizzly.servlet.ver30 that return types with arguments of type PathType
 java.util.List<PathType> JspPropertyGroupType.getIncludeCoda()
          Gets the value of the includeCoda property.
 java.util.List<PathType> JspPropertyGroupType.getIncludePrelude()
          Gets the value of the includePrelude property.
 

Methods in org.glassfish.grizzly.servlet.ver30 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 © 2011 Oracle Corpration. All Rights Reserved.