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 | Interface and Description |
---|---|
interface |
Application |
interface |
Module |
interface |
Web |
Modifier and Type | Method and Description |
---|---|
org.netbeans.modules.schema2beans.BaseBean |
DDProvider.getBaseBean(CommonDDBean bean)
Convenient method for getting the BaseBean object from CommonDDBean object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AppClient |
Modifier and Type | Method and Description |
---|---|
org.netbeans.modules.schema2beans.BaseBean |
DDProvider.getBaseBean(CommonDDBean bean)
Deprecated.
do not use - temporary workaround that exposes the schema2beans implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentInterface
Compound interface grouping together all methods from CommonDDBean, DescriptionInterface,
DisplayNameInterface, CreateCapability, FindCapability and IconInterface.
|
interface |
EjbLocalRef
Generated interface for EjbLocalRef element.
|
interface |
EjbRef
Generated interface for EjbRef element.
|
interface |
EnvEntry
Generated interface for EnvEntry element.
|
interface |
Icon
Generated interface for Icon element.
|
interface |
InitParam
Generated interface for InitParam and ContextParam elements.
|
interface |
InjectionComplete
Generated interface for InjectionComplete element.
|
interface |
InjectionTarget
Generated interface for InjectionTarget element.
|
interface |
MessageDestination
Generated interface for MessageDestination element.
|
interface |
MessageDestinationRef
Generated interface for MessageDestinationRef element.
|
interface |
PortComponentRef
Generated interface for PortComponentRef element.
|
interface |
ResourceEnvRef
Generated interface for ResourceEnvRef element.
|
interface |
ResourceRef
Generated interface for ResourceRef element.
|
interface |
RootInterface
Interface representing the root of interfaces bean tree structure.
|
interface |
RunAs
Generated interface for RunAs element.
|
interface |
SecurityRole
Generated interface for SecurityRole element.
|
interface |
SecurityRoleRef
Generated interface for SecurityRoleRef element.
|
interface |
ServiceRef
Generated interface for ServiceRef element.
|
interface |
ServiceRefHandler
Generated interface for ServiceRefHandler element.
|
Modifier and Type | Method and Description |
---|---|
CommonDDBean |
CreateCapability.addBean(String beanName)
An empty bean is created corresponding to beanName, regardless the servlet spec.
|
CommonDDBean |
CreateCapability.addBean(String beanName,
String[] propertyNames,
Object[] propertyValues,
String keyProperty)
An empty bean is created corresponding to beanName regardless the srvlet spec.
|
CommonDDBean |
CreateCapability.createBean(String beanName)
An empty (not bound to bean graph) CommonDDBean object is created corresponding to beanName,
regardless the servlet spec.
|
CommonDDBean |
FindCapability.findBeanByName(String beanName,
String propertyName,
String value)
Method is looking for the nested DD element according to the specified property and value
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActivationConfig |
interface |
ActivationConfigProperty |
interface |
AssemblyDescriptor |
interface |
CmpField |
interface |
CmrField |
interface |
ContainerTransaction |
interface |
Ejb |
interface |
EjbJar |
interface |
EjbRelation |
interface |
EjbRelationshipRole |
interface |
EnterpriseBeans |
interface |
Entity |
interface |
EntityAndSession |
interface |
MessageDriven |
interface |
Method |
interface |
MethodParams |
interface |
MethodPermission |
interface |
Query |
interface |
QueryMethod |
interface |
RelationshipRoleSource |
interface |
Relationships |
interface |
SecurityIdentity |
interface |
Session |
Modifier and Type | Method and Description |
---|---|
org.netbeans.modules.schema2beans.BaseBean |
DDProvider.getBaseBean(CommonDDBean bean)
Convenient method for getting the BaseBean object from CommonDDBean object
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthConstraint
Generated interface for AuthConstraint element.
|
interface |
ErrorPage
Generated interface for ErrorPage element.
|
interface |
Filter
Generated interface for Filter element.
|
interface |
FilterMapping
Generated interface for FilterMapping element.
|
interface |
FormLoginConfig
Generated interface for FormLoginConfig element.
|
interface |
JspConfig
Generated interface for JspConfig element.
|
interface |
JspPropertyGroup
Generated interface for JspPropertyGroup element.
|
interface |
Listener
Generated interface for Listener element.
|
interface |
LocaleEncodingMapping
Generated interface for LocaleEncodingMapping element.
|
interface |
LocaleEncodingMappingList
Generated interface for LocaleEncodingMappingList element.
|
interface |
LoginConfig
Generated interface for LoginConfig element.
|
interface |
MimeMapping
Generated interface for MimeMapping element.
|
interface |
SecurityConstraint
Generated interface for SecurityConstraint element.
|
interface |
Servlet
Generated interface for Servlet element.
|
interface |
ServletMapping
Generated interface for ServletMapping.
|
interface |
ServletMapping25 |
interface |
SessionConfig
Generated interface for SessionConfig element.
|
interface |
Taglib
Generated interface for Taglib element.
|
interface |
UserDataConstraint
Generated interface for UserDataConstraint element.
|
interface |
WebApp
Generated interface for WebApp element.
The WebApp object is the root of bean graph generated for deployment descriptor(web.xml) file. For getting the root (WebApp object) use the DDProvider.getDDRoot(org.openide.filesystems.FileObject) method. |
interface |
WebFragment
Interface for WebFragment element.
The WebFragment object is the root of bean graph generated for deployment descriptor(web-fragment.xml) file. For getting the root (WebFragment object) use the WebFragmentProvider.getWebFragmentRoot(org.openide.filesystems.FileObject) method. |
interface |
WebResourceCollection
Generated interface for WebResourceCollection element.
|
interface |
WelcomeFileList
Generated interface for WelcomeFileList element.
|
Modifier and Type | Method and Description |
---|---|
org.netbeans.modules.schema2beans.BaseBean |
DDProvider.getBaseBean(CommonDDBean bean)
Deprecated.
do not use - temporary workaround that exposes the schema2beans implementation
|