| Package | Description |
|---|---|
| com.sun.java.xml.ns.javaee |
| Modifier and Type | Field and Description |
|---|---|
protected List<IconType> |
ListenerType.icon |
protected List<IconType> |
HandlerType.icon |
protected List<IconType> |
JspPropertyGroupType.icon |
protected List<IconType> |
FilterType.icon |
protected List<IconType> |
ServletType.icon |
protected List<IconType> |
ServiceRefType.icon |
protected List<IconType> |
MessageDestinationType.icon |
| Modifier and Type | Method and Description |
|---|---|
IconType |
ObjectFactory.createIconType()
Create an instance of
IconType |
IconType |
IconType.withId(String value) |
IconType |
IconType.withLang(String value) |
IconType |
IconType.withLargeIcon(PathType value) |
IconType |
IconType.withSmallIcon(PathType value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<IconType> |
ObjectFactory.createWebAppTypeIcon(IconType value)
|
JAXBElement<IconType> |
ObjectFactory.createWebFragmentTypeIcon(IconType value)
|
List<IconType> |
ListenerType.getIcon()
Gets the value of the icon property.
|
List<IconType> |
HandlerType.getIcon()
Gets the value of the icon property.
|
List<IconType> |
JspPropertyGroupType.getIcon()
Gets the value of the icon property.
|
List<IconType> |
FilterType.getIcon()
Gets the value of the icon property.
|
List<IconType> |
ServletType.getIcon()
Gets the value of the icon property.
|
List<IconType> |
ServiceRefType.getIcon()
Gets the value of the icon property.
|
List<IconType> |
MessageDestinationType.getIcon()
Gets the value of the icon property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<IconType> |
ObjectFactory.createWebAppTypeIcon(IconType value)
|
JAXBElement<IconType> |
ObjectFactory.createWebFragmentTypeIcon(IconType value)
|
ListenerType |
ListenerType.withIcon(IconType... values) |
HandlerType |
HandlerType.withIcon(IconType... values) |
JspPropertyGroupType |
JspPropertyGroupType.withIcon(IconType... values) |
FilterType |
FilterType.withIcon(IconType... values) |
ServletType |
ServletType.withIcon(IconType... values) |
ServiceRefType |
ServiceRefType.withIcon(IconType... values) |
MessageDestinationType |
MessageDestinationType.withIcon(IconType... values) |
| Modifier and Type | Method and Description |
|---|---|
ListenerType |
ListenerType.withIcon(Collection<IconType> values) |
HandlerType |
HandlerType.withIcon(Collection<IconType> values) |
JspPropertyGroupType |
JspPropertyGroupType.withIcon(Collection<IconType> values) |
FilterType |
FilterType.withIcon(Collection<IconType> values) |
ServletType |
ServletType.withIcon(Collection<IconType> values) |
ServiceRefType |
ServiceRefType.withIcon(Collection<IconType> values) |
MessageDestinationType |
MessageDestinationType.withIcon(Collection<IconType> values) |
Copyright © 2019. All rights reserved.