Package | Description |
---|---|
org.netbeans.modules.j2ee.dd.api.application |
Interfaces for working with J2EE application deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.client | |
org.netbeans.modules.j2ee.dd.api.common |
Super-interfaces for deployment descriptor, common interfaces for EJB and Web module deployment descriptor, J2EE DD API exceptions.
|
org.netbeans.modules.j2ee.dd.api.ejb |
Interfaces for working with ejb module deployment descriptor, DDProvider class.
|
org.netbeans.modules.j2ee.dd.api.web |
Interfaces for working with web module deployment descriptor, DDProvider class.
|
Modifier and Type | Method and Description |
---|---|
int |
Application.addIcon(Icon value) |
Icon |
Application.getIcon(int index) |
String |
Web.getWebUriId() |
int |
Application.removeIcon(Icon value) |
void |
Application.setIcon(Icon[] value) |
void |
Application.setIcon(int index,
Icon value) |
void |
Web.setWebUriId(String value) |
int |
Application.sizeIcon() |
Modifier and Type | Method and Description |
---|---|
int |
EjbRef.addInjectionTarget(InjectionTarget valueInterface) |
int |
ResourceEnvRef.addInjectionTarget(InjectionTarget valueInterface) |
int |
ResourceRef.addInjectionTarget(InjectionTarget valueInterface) |
int |
MessageDestinationRef.addInjectionTarget(InjectionTarget valueInterface) |
int |
EnvEntry.addInjectionTarget(InjectionTarget valueInterface) |
int |
EjbLocalRef.addInjectionTarget(InjectionTarget valueInterface) |
String |
DescriptionInterface.getDescription(String locale)
Returns the description element value for particular locale.
If locale=null method returns description for default locale. |
String |
DisplayNameInterface.getDisplayName(String locale)
Returns the display-name element value for particular locale.
If locale=null method returns display-name for default locale. |
ServiceRefHandlerChains |
ServiceRef.getHandlerChains() |
InjectionTarget[] |
EjbRef.getInjectionTarget() |
InjectionTarget[] |
ResourceEnvRef.getInjectionTarget() |
InjectionTarget[] |
ResourceRef.getInjectionTarget() |
InjectionTarget[] |
MessageDestinationRef.getInjectionTarget() |
InjectionTarget[] |
EnvEntry.getInjectionTarget() |
InjectionTarget[] |
EjbLocalRef.getInjectionTarget() |
InjectionTarget |
EjbRef.getInjectionTarget(int index) |
InjectionTarget |
ResourceEnvRef.getInjectionTarget(int index) |
InjectionTarget |
ResourceRef.getInjectionTarget(int index) |
InjectionTarget |
MessageDestinationRef.getInjectionTarget(int index) |
InjectionTarget |
EnvEntry.getInjectionTarget(int index) |
InjectionTarget |
EjbLocalRef.getInjectionTarget(int index) |
String |
IconInterface.getLargeIcon(String locale)
Returns the large-icon element value for particular locale.
If locale=null method returns large-icon for default locale. |
String |
ServiceRef.getMappedName() |
String |
EjbRef.getMappedName() |
String |
ResourceEnvRef.getMappedName() |
String |
ResourceRef.getMappedName() |
String |
MessageDestination.getMappedName() |
String |
MessageDestinationRef.getMappedName() |
String |
EnvEntry.getMappedName() |
String |
EjbLocalRef.getMappedName() |
String |
IconInterface.getSmallIcon(String locale)
Returns the small-icon element value for particular locale.
If locale=null method returns small-icon for default locale. |
String |
Icon.getXmlLang()
Getter for xml:lang attribute.
|
InjectionTarget |
EjbRef.newInjectionTarget() |
InjectionTarget |
ResourceEnvRef.newInjectionTarget() |
InjectionTarget |
ResourceRef.newInjectionTarget() |
InjectionTarget |
MessageDestinationRef.newInjectionTarget() |
InjectionTarget |
EnvEntry.newInjectionTarget() |
InjectionTarget |
EjbLocalRef.newInjectionTarget() |
PortComponentRef |
ServiceRef.newPortComponentRef() |
ServiceRefHandler |
ServiceRef.newServiceRefHandler() |
ServiceRefHandlerChains |
ServiceRef.newServiceRefHandlerChains() |
void |
DescriptionInterface.removeDescriptionForLocale(String locale)
Removes the description element for particular locale.
|
void |
DisplayNameInterface.removeDisplayNameForLocale(String locale)
Removes the display-name element for particular locale.
|
void |
IconInterface.removeIcon(String locale)
Removes the icon element for particular locale.
|
int |
EjbRef.removeInjectionTarget(InjectionTarget valueInterface) |
int |
ResourceEnvRef.removeInjectionTarget(InjectionTarget valueInterface) |
int |
ResourceRef.removeInjectionTarget(InjectionTarget valueInterface) |
int |
MessageDestinationRef.removeInjectionTarget(InjectionTarget valueInterface) |
int |
EnvEntry.removeInjectionTarget(InjectionTarget valueInterface) |
int |
EjbLocalRef.removeInjectionTarget(InjectionTarget valueInterface) |
void |
IconInterface.removeLargeIcon(String locale)
Removes the large-icon element for particular locale.
|
void |
IconInterface.removeSmallIcon(String locale)
Removes the small-icon element for particular locale.
|
void |
DescriptionInterface.setAllDescriptions(Map descriptions)
Sets the multiple description elements.
|
void |
DisplayNameInterface.setAllDisplayNames(Map displayNames)
Sets the multiple display-name elements.
|
void |
IconInterface.setAllIcons(String[] locales,
String[] smallIcons,
String[] largeIcons)
Sets the multiple icon elements.
|
void |
DescriptionInterface.setDescription(String locale,
String description)
Sets the description element for particular locale.
If locale=null the method sets the description element without xml:lang attribute. If description=null method removes the description element for a specified locale. |
void |
DisplayNameInterface.setDisplayName(String locale,
String displayName)
Sets the display-name element value for particular locale.
If locale=null the method sets the display-name element without xml:lang attribute. If displayName=null method removes the display-name element for a specified locale. |
void |
ServiceRef.setHandlerChains(ServiceRefHandlerChains valueInterface) |
void |
EjbRef.setInjectionTarget(InjectionTarget[] value) |
void |
ResourceEnvRef.setInjectionTarget(InjectionTarget[] value) |
void |
ResourceRef.setInjectionTarget(InjectionTarget[] value) |
void |
MessageDestinationRef.setInjectionTarget(InjectionTarget[] value) |
void |
EnvEntry.setInjectionTarget(InjectionTarget[] value) |
void |
EjbLocalRef.setInjectionTarget(InjectionTarget[] value) |
void |
EjbRef.setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
ResourceEnvRef.setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
ResourceRef.setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
MessageDestinationRef.setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
EnvEntry.setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
EjbLocalRef.setInjectionTarget(int index,
InjectionTarget valueInterface) |
void |
IconInterface.setLargeIcon(String locale,
String icon)
Sets the large-icon element value for particular locale.
If locale=null the method sets the large-icon value for icon element where xml:lang attribute is not specified. If icon=null method removes the large-icon element for a specified locale. |
void |
ServiceRef.setMappedName(String value) |
void |
EjbRef.setMappedName(String value) |
void |
ResourceEnvRef.setMappedName(String value) |
void |
ResourceRef.setMappedName(String value) |
void |
MessageDestination.setMappedName(String value) |
void |
MessageDestinationRef.setMappedName(String value) |
void |
EnvEntry.setMappedName(String value) |
void |
EjbLocalRef.setMappedName(String value) |
void |
IconInterface.setSmallIcon(String locale,
String icon)
Sets the small-icon element value for particular locale.
If locale=null the method sets the small-icon value for icon element where xml:lang attribute is not specified. If icon=null method removes the small-icon element for a specified locale. |
void |
Icon.setXmlLang(String value)
Setter for xml:lang attribute.
|
int |
EjbRef.sizeInjectionTarget() |
int |
ResourceEnvRef.sizeInjectionTarget() |
int |
ResourceRef.sizeInjectionTarget() |
int |
MessageDestinationRef.sizeInjectionTarget() |
int |
EnvEntry.sizeInjectionTarget() |
int |
EjbLocalRef.sizeInjectionTarget() |