| Package | Description |
|---|---|
| com.sun.java.xml.ns.javaee |
| Modifier and Type | Class and Description |
|---|---|
class |
JspFileType
The jsp-file element contains the full path to a JSP file
within the web application beginning with a `/'.
|
| Modifier and Type | Field and Description |
|---|---|
protected PathType |
ServiceRefType.jaxrpcMappingFile |
protected PathType |
IconType.largeIcon |
protected PathType |
IconType.smallIcon |
protected PathType |
TaglibType.taglibLocation |
| Modifier and Type | Field and Description |
|---|---|
protected List<PathType> |
JspPropertyGroupType.includeCoda |
protected List<PathType> |
JspPropertyGroupType.includePrelude |
| Modifier and Type | Method and Description |
|---|---|
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.
|
PathType |
PathType.withId(String value) |
PathType |
PathType.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<PathType> |
JspPropertyGroupType.getIncludeCoda()
Gets the value of the includeCoda property.
|
List<PathType> |
JspPropertyGroupType.getIncludePrelude()
Gets the value of the includePrelude property.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
JspPropertyGroupType |
JspPropertyGroupType.withIncludeCoda(PathType... values) |
JspPropertyGroupType |
JspPropertyGroupType.withIncludePrelude(PathType... values) |
ServiceRefType |
ServiceRefType.withJaxrpcMappingFile(PathType value) |
IconType |
IconType.withLargeIcon(PathType value) |
IconType |
IconType.withSmallIcon(PathType value) |
TaglibType |
TaglibType.withTaglibLocation(PathType value) |
| Modifier and Type | Method and Description |
|---|---|
JspPropertyGroupType |
JspPropertyGroupType.withIncludeCoda(Collection<PathType> values) |
JspPropertyGroupType |
JspPropertyGroupType.withIncludePrelude(Collection<PathType> values) |
Copyright © 2020. All rights reserved.