Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesconfig20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsp21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IconType<ApplicationDescriptor> |
ApplicationDescriptor.createIcon()
Creates a new
icon element |
IconType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<ApplicationDescriptor>> |
ApplicationDescriptor.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createIcon()
Creates a new
icon element |
IconType<EntityBeanType<T>> |
EntityBeanType.createIcon()
Creates a new
icon element |
IconType<EjbJarDescriptor> |
EjbJarDescriptor.createIcon()
Creates a new
icon element |
IconType<SessionBeanType<T>> |
SessionBeanType.createIcon()
Creates a new
icon element |
IconType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<EntityBeanType<T>> |
EntityBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<SessionBeanType<T>> |
SessionBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<EntityBeanType<T>>> |
EntityBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<EjbJarDescriptor>> |
EjbJarDescriptor.getAllIcon()
Returns all
icon elements |
List<IconType<SessionBeanType<T>>> |
SessionBeanType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<FaceletTaglibTagType<T>> |
FaceletTaglibTagType.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibTagConverterType<T>> |
FaceletTaglibTagConverterType.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibTagBehaviorType<T>> |
FaceletTaglibTagBehaviorType.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibTagValidatorType<T>> |
FaceletTaglibTagValidatorType.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibTagAttributeType<T>> |
FaceletTaglibTagAttributeType.createIcon()
Creates a new
icon element |
IconType<WebFacelettaglibraryDescriptor> |
WebFacelettaglibraryDescriptor.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibFunctionType<T>> |
FaceletTaglibFunctionType.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibTagComponentType<T>> |
FaceletTaglibTagComponentType.createIcon()
Creates a new
icon element |
IconType<FaceletTaglibTagType<T>> |
FaceletTaglibTagType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FaceletTaglibTagConverterType<T>> |
FaceletTaglibTagConverterType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FaceletTaglibTagBehaviorType<T>> |
FaceletTaglibTagBehaviorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FaceletTaglibTagValidatorType<T>> |
FaceletTaglibTagValidatorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FaceletTaglibTagAttributeType<T>> |
FaceletTaglibTagAttributeType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<WebFacelettaglibraryDescriptor> |
WebFacelettaglibraryDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FaceletTaglibFunctionType<T>> |
FaceletTaglibFunctionType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FaceletTaglibTagComponentType<T>> |
FaceletTaglibTagComponentType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<FaceletTaglibTagType<T>>> |
FaceletTaglibTagType.getAllIcon()
Returns all
icon elements |
List<IconType<FaceletTaglibTagConverterType<T>>> |
FaceletTaglibTagConverterType.getAllIcon()
Returns all
icon elements |
List<IconType<FaceletTaglibTagBehaviorType<T>>> |
FaceletTaglibTagBehaviorType.getAllIcon()
Returns all
icon elements |
List<IconType<FaceletTaglibTagValidatorType<T>>> |
FaceletTaglibTagValidatorType.getAllIcon()
Returns all
icon elements |
List<IconType<FaceletTaglibTagAttributeType<T>>> |
FaceletTaglibTagAttributeType.getAllIcon()
Returns all
icon elements |
List<IconType<WebFacelettaglibraryDescriptor>> |
WebFacelettaglibraryDescriptor.getAllIcon()
Returns all
icon elements |
List<IconType<FaceletTaglibFunctionType<T>>> |
FaceletTaglibFunctionType.getAllIcon()
Returns all
icon elements |
List<IconType<FaceletTaglibTagComponentType<T>>> |
FaceletTaglibTagComponentType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<FacesConfigRendererType<T>> |
FacesConfigRendererType.createIcon()
Creates a new
icon element |
IconType<FacesConfigNavigationRuleType<T>> |
FacesConfigNavigationRuleType.createIcon()
Creates a new
icon element |
IconType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.createIcon()
Creates a new
icon element |
IconType<FacesConfigPropertyType<T>> |
FacesConfigPropertyType.createIcon()
Creates a new
icon element |
IconType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.createIcon()
Creates a new
icon element |
IconType<FacesConfigConverterType<T>> |
FacesConfigConverterType.createIcon()
Creates a new
icon element |
IconType<FacesConfigAttributeType<T>> |
FacesConfigAttributeType.createIcon()
Creates a new
icon element |
IconType<FacesConfigFacetType<T>> |
FacesConfigFacetType.createIcon()
Creates a new
icon element |
IconType<FacesConfigRenderKitType<T>> |
FacesConfigRenderKitType.createIcon()
Creates a new
icon element |
IconType<FacesConfigManagedBeanType<T>> |
FacesConfigManagedBeanType.createIcon()
Creates a new
icon element |
IconType<FacesConfigNavigationCaseType<T>> |
FacesConfigNavigationCaseType.createIcon()
Creates a new
icon element |
IconType<FacesConfigComponentType<T>> |
FacesConfigComponentType.createIcon()
Creates a new
icon element |
IconType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.createIcon()
Creates a new
icon element |
IconType<FacesConfigReferencedBeanType<T>> |
FacesConfigReferencedBeanType.createIcon()
Creates a new
icon element |
IconType<FacesConfigApplicationResourceBundleType<T>> |
FacesConfigApplicationResourceBundleType.createIcon()
Creates a new
icon element |
IconType<FacesConfigRendererType<T>> |
FacesConfigRendererType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigNavigationRuleType<T>> |
FacesConfigNavigationRuleType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigPropertyType<T>> |
FacesConfigPropertyType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigConverterType<T>> |
FacesConfigConverterType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigAttributeType<T>> |
FacesConfigAttributeType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigFacetType<T>> |
FacesConfigFacetType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigRenderKitType<T>> |
FacesConfigRenderKitType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigManagedBeanType<T>> |
FacesConfigManagedBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigNavigationCaseType<T>> |
FacesConfigNavigationCaseType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigComponentType<T>> |
FacesConfigComponentType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigReferencedBeanType<T>> |
FacesConfigReferencedBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FacesConfigApplicationResourceBundleType<T>> |
FacesConfigApplicationResourceBundleType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<FacesConfigRendererType<T>>> |
FacesConfigRendererType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigNavigationRuleType<T>>> |
FacesConfigNavigationRuleType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigValidatorType<T>>> |
FacesConfigValidatorType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigPropertyType<T>>> |
FacesConfigPropertyType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigManagedPropertyType<T>>> |
FacesConfigManagedPropertyType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigConverterType<T>>> |
FacesConfigConverterType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigAttributeType<T>>> |
FacesConfigAttributeType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigFacetType<T>>> |
FacesConfigFacetType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigRenderKitType<T>>> |
FacesConfigRenderKitType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigManagedBeanType<T>>> |
FacesConfigManagedBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigNavigationCaseType<T>>> |
FacesConfigNavigationCaseType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigComponentType<T>>> |
FacesConfigComponentType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigBehaviorType<T>>> |
FacesConfigBehaviorType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigReferencedBeanType<T>>> |
FacesConfigReferencedBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<FacesConfigApplicationResourceBundleType<T>>> |
FacesConfigApplicationResourceBundleType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<ListenerType<T>> |
ListenerType.createIcon()
Creates a new
icon element |
IconType<MessageDestinationType<T>> |
MessageDestinationType.createIcon()
Creates a new
icon element |
IconType<ListenerType<T>> |
ListenerType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<MessageDestinationType<T>> |
MessageDestinationType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<T> |
IconType.id(String id)
Sets the
id attribute |
IconType<T> |
IconType.largeIcon(String largeIcon)
Sets the
large-icon element |
IconType<T> |
IconType.removeId()
Removes the
id attribute |
IconType<T> |
IconType.removeLargeIcon()
Removes the
large-icon element |
IconType<T> |
IconType.removeSmallIcon()
Removes the
small-icon element |
IconType<T> |
IconType.smallIcon(String smallIcon)
Sets the
small-icon element |
Modifier and Type | Method and Description |
---|---|
List<IconType<ListenerType<T>>> |
ListenerType.getAllIcon()
Returns all
icon elements |
List<IconType<MessageDestinationType<T>>> |
MessageDestinationType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.createIcon()
Creates a new
icon element |
IconType<ServiceRefType<T>> |
ServiceRefType.createIcon()
Creates a new
icon element |
IconType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ServiceRefType<T>> |
ServiceRefType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerType.getAllIcon()
Returns all
icon elements |
List<IconType<ServiceRefType<T>>> |
ServiceRefType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.createIcon()
Creates a new
icon element |
IconType<ServiceBeanType<T>> |
ServiceBeanType.createIcon()
Creates a new
icon element |
IconType<GenericBeanType<T>> |
GenericBeanType.createIcon()
Creates a new
icon element |
IconType<JbossDescriptor> |
JbossDescriptor.createIcon()
Creates a new
icon element |
IconType<SessionBeanType<T>> |
SessionBeanType.createIcon()
Creates a new
icon element |
IconType<ConsumerBeanType<T>> |
ConsumerBeanType.createIcon()
Creates a new
icon element |
IconType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<GenericBeanType<T>> |
GenericBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<JbossDescriptor> |
JbossDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<SessionBeanType<T>> |
SessionBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ConsumerBeanType<T>> |
ConsumerBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<MessageDrivenBeanType<T>>> |
MessageDrivenBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<ServiceBeanType<T>>> |
ServiceBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<GenericBeanType<T>>> |
GenericBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<JbossDescriptor>> |
JbossDescriptor.getAllIcon()
Returns all
icon elements |
List<IconType<SessionBeanType<T>>> |
SessionBeanType.getAllIcon()
Returns all
icon elements |
List<IconType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<MessageDestinationType<T>> |
MessageDestinationType.createIcon()
Creates a new
icon element |
IconType<MessageDestinationType<T>> |
MessageDestinationType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<MessageDestinationType<T>>> |
MessageDestinationType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<JspPropertyGroupType<T>> |
JspPropertyGroupType.createIcon()
Creates a new
icon element |
IconType<JspPropertyGroupType<T>> |
JspPropertyGroupType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<JspPropertyGroupType<T>>> |
JspPropertyGroupType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.createIcon()
Creates a new
icon element |
IconType<FunctionType<T>> |
FunctionType.createIcon()
Creates a new
icon element |
IconType<TagFileType<T>> |
TagFileType.createIcon()
Creates a new
icon element |
IconType<TagType<T>> |
TagType.createIcon()
Creates a new
icon element |
IconType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<FunctionType<T>> |
FunctionType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<TagFileType<T>> |
TagFileType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<TagType<T>> |
TagType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<WebJsptaglibraryDescriptor>> |
WebJsptaglibraryDescriptor.getAllIcon()
Returns all
icon elements |
List<IconType<FunctionType<T>>> |
FunctionType.getAllIcon()
Returns all
icon elements |
List<IconType<TagFileType<T>>> |
TagFileType.getAllIcon()
Returns all
icon elements |
List<IconType<TagType<T>>> |
TagType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<FilterType<T>> |
FilterType.createIcon()
Creates a new
icon element |
IconType<ServletType<T>> |
ServletType.createIcon()
Creates a new
icon element |
IconType<WebAppDescriptor> |
WebAppDescriptor.createIcon()
Creates a new
icon element |
IconType<FilterType<T>> |
FilterType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ServletType<T>> |
ServletType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<FilterType<T>>> |
FilterType.getAllIcon()
Returns all
icon elements |
List<IconType<ServletType<T>>> |
ServletType.getAllIcon()
Returns all
icon elements |
List<IconType<WebAppDescriptor>> |
WebAppDescriptor.getAllIcon()
Returns all
icon elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.