| Modifier and Type | Method and Description |
|---|---|
Descriptor |
BaseContainer.getDescriptor()
Method defined on JavaEEContainer
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectorResourceDescriptor |
class |
Addressing
This class describes addressing element from webservices.xml .
|
class |
AdministeredObjectDefinitionDescriptor |
class |
AdminObject
|
class |
Application
Objects of this type encapsulate the data and behaviour of a J2EE
application.
|
class |
ApplicationClientDescriptor
I represent all the deployment information about
an application client [{0}].
|
class |
AuthMechanism
This class encapsulates the xml tags: description, auth-mech-type and
credential-interface in the connector specification.
|
class |
BundleDescriptor
I am an abstract class representing all the deployment information common
to all component container structures held by an application.
|
class |
CommonResourceBundleDescriptor
Created by IntelliJ IDEA.
|
class |
CommonResourceDescriptor
This class is used to defined common descriptor elements which is shared by classes which implements BundleDescriptor.
|
class |
ConnectionDefDescriptor
Deployment Information for connection-definition
|
class |
ConnectionFactoryDefinitionDescriptor |
class |
ConnectorConfigProperty |
class |
ConnectorDescriptor
Deployment Information for connector
|
class |
DataSourceDefinitionDescriptor |
class |
DescribableDescriptor
This class defines a descriptor which can be described
with a description
|
class |
EjbBundleDescriptor
I represent all the configurable deployment information contained in
an EJB JAR.
|
class |
EjbInterceptor
Contains information about 1 ejb interceptor.
|
class |
EjbReferenceDescriptor
An object representing a link to another ejb.
|
class |
EntityManagerFactoryReferenceDescriptor
An object representing a component environment reference
to an EntityManagerFactory
|
class |
EntityManagerReferenceDescriptor
An object representing an component environment reference
to an EntityManager
|
class |
EnvironmentProperty
The EnvironmentProperty class hold the data about a single environment entry for J2EE components.
|
class |
ExtensionElementDescriptor
This class contains the deployment extensions element for a particular
xml node.
|
class |
InboundResourceAdapter
This class argueably could be rolled up to the
ConnectorDescriptor class.
|
class |
InterceptorDescriptor
Contains information about 1 Java EE interceptor.
|
class |
JaxrpcMappingDescriptor
Holds namespace-to-package mapping information from a
"non-exhaustive" jaxrpc mapping file.
|
class |
JMSConnectionFactoryDefinitionDescriptor |
class |
JMSDestinationDefinitionDescriptor |
class |
JndiEnvironmentRefsGroupDescriptor
Contains information about jndiEnvironmentRefsGroup.
|
class |
LicenseDescriptor |
class |
LifecycleCallbackDescriptor
Deployment object representing the lifecycle-callback.
|
class |
LocaleEncodingMappingDescriptor |
class |
LocaleEncodingMappingListDescriptor |
class |
MailSessionDescriptor
Represents the data from a @MailSessionDefinition annotation.
|
class |
ManagedBeanDescriptor
Descriptor representing a Java EE Managed Bean.
|
class |
MessageDestinationDescriptor |
class |
MessageDestinationReferenceDescriptor
An object representing the use of a message destination in a
J2EE component.
|
class |
MessageListener
connector1.5
|
class |
MethodDescriptor
A deployment object representing a single method or a collection of methods on Enterprise Bean classes.
|
class |
MethodPermission
Represents a method permission.
|
class |
MethodPermissionDescriptor
This class defines a method permission information in the assembly
descriptor
|
class |
NameValuePairDescriptor
This descriptor describes a name value pair association
|
class |
OutboundResourceAdapter
Deployment Information for connector outbound-resourceadapter
|
class |
PermissionItemDescriptor |
class |
PermissionsDescriptor |
class |
PersistenceUnitDescriptor
A persistence.xml file can contain one or more
|
class |
PersistenceUnitsDescriptor
This descriptor represents contents for one persistence.xml file.
|
class |
ResourceDescriptor
Class to hold a description of a resource
|
class |
ResourceEnvReferenceDescriptor
I am an object representing a dependency on a resource environment
|
class |
ResourcePropertyDescriptor
Created with IntelliJ IDEA.
|
class |
ResourceReferenceDescriptor
This descriptor represents a dependency on a resource.
|
class |
RespectBinding
This class describes respect-binding element from webservices.xml .
|
class |
RoleReference
Special kind of environment property that encapsulates the primitive roles as defined by the bean developer.
|
class |
RunAsIdentityDescriptor
This class encapsulates information in the runAs-specified-identity
XML element as well as the runtime principal to be used.
|
class |
SecurityPermission
This class encapsulates the xmltags: description and security-permission-spec
|
class |
SecurityRoleDescriptor
I am an abstract role..
|
class |
ServiceReferenceDescriptor
Information about a J2EE web service client.
|
class |
ServiceRefPortInfo
Information about a single WSDL port or port type in a service reference.
|
class |
WebBundleDescriptor
This class represents all the deployment information about a web application.
|
class |
WebComponentDescriptor
Common data and behavior of the deployment
information about a JSP or JavaServlet in EE.
|
class |
WebService
Information about a single webservice-description in webservices.xml
|
class |
WebServiceEndpoint
Represents a single port-component in a webservice in webservices.xml
|
class |
WebServiceHandler
This class describes a web service message handler.
|
class |
WebServiceHandlerChain
Represents a single handler-chains in a webservice in webservices.xml
|
class |
WebServicesDescriptor
Information about the web services defined in a single module.
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
CommonResourceValidator.getDescriptor() |
Descriptor |
NamedReferencePair.getReferant()
Gets the descriptor with the named descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static NamedReferencePair |
NamedReferencePair.createEjbRefPair(Descriptor referant,
EjbReferenceDescriptor referee) |
static NamedReferencePair |
NamedReferencePair.createResourceEnvRefPair(Descriptor referant,
ResourceEnvReferenceDescriptor referee) |
static NamedReferencePair |
NamedReferencePair.createResourceRefPair(Descriptor referant,
ResourceReferenceDescriptor referee) |
void |
CommonResourceValidator.setDescriptor(Descriptor descriptor) |
| Constructor and Description |
|---|
CommonResourceDescriptor(Descriptor other) |
CommonResourceValidator(Descriptor descriptor,
String jndiName,
Vector scope) |
MessageDestinationReferencerImpl(Descriptor desc) |
NamedReferencePair(Descriptor referant,
NamedDescriptor referee,
int type)
Construct a pairing between the given descriptor and the object
it has with a jndi name.
|
| Modifier and Type | Field and Description |
|---|---|
protected Descriptor |
ResourceContainerContextImpl.descriptor |
| Constructor and Description |
|---|
ResourceContainerContextImpl(Descriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DDGenerator.setDescriptor(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentDescriptorFile<T extends Descriptor>
This abstract class defines common behaviour for classes responsible
for loading/saving XML deployment descriptors
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
PermissionsDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
PersistenceDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
AppClientDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ConnectorDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ApplicationDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
GFAppClientRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ApplicationRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
WLSApplicationRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
AppClientRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
ConnectorRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
WLSWebServicesDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
GFApplicationRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
void |
WLSWebServicesDeploymentDescriptorFile.write(Descriptor descriptor,
OutputStream os)
writes the descriptor to an output stream
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayableComponentNode<T extends Descriptor>
This node class is responsible for handling all the information
related to displayable elements like display-name or icons.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentDescriptorNode.addNamespaceDeclaration(Element node,
Descriptor descriptor)
Any node can now declare its own namespace.
|
static String |
J2EEDocumentBuilder.descriptorToString(Descriptor descriptor,
DeploymentDescriptorFile ddFile) |
static Document |
J2EEDocumentBuilder.getDocument(Descriptor descriptor,
XMLNode node)
Return a document containing a result node based
on the given result descriptor.
|
static void |
J2EEDocumentBuilder.write(Descriptor descriptor,
RootXMLNode node,
File resultFile) |
static void |
J2EEDocumentBuilder.write(Descriptor descriptor,
RootXMLNode node,
OutputStream os) |
static void |
J2EEDocumentBuilder.write(Descriptor descriptor,
RootXMLNode node,
Result output) |
Node |
ResourcePropertyNode.writeDescriptor(Node node,
Descriptor desc) |
Node |
DeploymentDescriptorNode.writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current node from the parent descriptor to an JAXP DOM
node and return it
This API will be invoked by the parent node when the parent node writes out a mix of statically and dynamically
registered sub nodes.
|
protected void |
DeploymentDescriptorNode.writeLocalizedDescriptions(Node node,
Descriptor desc)
writes iocalized descriptions (if any) to the DOM node
|
void |
IconNode.writeLocalizedInfo(Node parentNode,
Descriptor descriptor)
writes all localized icon information
|
Node |
DeploymentDescriptorNode.writeSimpleTextDescriptor(Node parent,
String nodeName,
Descriptor parentDesc)
write out simple text element based on the node name to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node writes out a mix of statically and dynamically
registered sub nodes.
|
Node |
DeploymentDescriptorNode.writeSubDescriptors(Node node,
String nodeName,
Descriptor descriptor)
write out descriptor in a generic way to an JAXP DOM node and return it
This API will generally be invoked when the parent node needs to write out a mix of statically and dynamically
registered sub nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
AuthMechNode.writeDescriptor(Node parent,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
RANode.writeDescriptor(Node connectorNode,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
ActivationSpecNode.writeDescriptor(Node parent,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
OutBoundRANode.writeDescriptor(Node connectorNode,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
AdminObjectNode.writeDescriptor(Node parent,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
ConnectionDefNode.writeDescriptor(Node parent,
Descriptor desc)
write the descriptor class to a DOM tree and return it
|
Node |
ConfigPropertyNode.writeDescriptor(Node parent,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
MessageListenerNode.writeDescriptor(Node parent,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
InBoundRANode.writeDescriptor(Node connectorNode,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
Node |
RequiredConfigNode.writeDescriptor(Node parent,
Descriptor descriptor)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeDescriptorNode.writeCommonComponentInfo(Node parent,
Descriptor descriptor)
writes all information common to all J2EE components
|
| Modifier and Type | Method and Description |
|---|---|
Node |
ApplicationParamNode.writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current
node from the parent descriptor to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node
writes out a mix of statically and dynamically registered sub nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
ResourceDescriptionNode.writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current
node from the parent descriptor to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node
writes out a mix of statically and dynamically registered sub nodes.
|
Node |
SecurityRoleAssignmentNode.writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current
node from the parent descriptor to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node
writes out a mix of statically and dynamically registered sub nodes.
|
Node |
EjbReferenceDescriptionNode.writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current
node from the parent descriptor to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node
writes out a mix of statically and dynamically registered sub nodes.
|
Node |
ResourceEnvDescriptionNode.writeDescriptors(Node parent,
String nodeName,
Descriptor parentDesc)
write all occurrences of the descriptor corresponding to the current
node from the parent descriptor to an JAXP DOM node and return it
This API will be invoked by the parent node when the parent node
writes out a mix of statically and dynamically registered sub nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
WLUnSupportedNode.writeDescriptor(Node parent,
String nodeName,
Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPoolDescriptor
iAS specific DD Element (see the ias-ejb-jar_2_0.dtd for this element)
|
class |
JavaWebStartAccessDescriptor
Records information about Java Web Start access to an app client.
|
class |
JnlpDocDescriptor
Descriptor definition for
|
class |
RuntimeDescriptor
This base class defines common behaviour and data for all runtime descriptors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResourcePrincipal
this class is a shameful duplication of info found in normal descriptors
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
MessageDescriptor |
class |
MessageSecurityBindingDescriptor |
class |
MessageSecurityDescriptor |
class |
PrincipalNameDescriptor
This is an in memory representation of the principal-name with its name of the implementation class.
|
class |
ProtectionDescriptor |
class |
SecurityRoleMapping
This is the in memory representation of the security-role-mapping information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityRoleAssignment
This is the in memory representation of the security-role-mapping information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapElement
This class was based on the schema2beans generated one modified
to remove its dependencies on schema2beans libraries.
|
class |
Principal
This class was based on the schema2beans generated one modified
to remove its dependencies on schema2beans libraries.
|
class |
ResourceAdapter
This class was based on the schema2beans generated one modified
to remove its dependencies on schema2beans libraries.
|
class |
RoleMap
This class was based on the schema2beans generated one modified
to remove its dependencies on schema2beans libraries.
|
class |
SunConnector
This class was based on the schema2beans generated one modified
to remove its dependencies on schema2beans libraries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdempotentUrlPattern |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDOLVisitor.accept(Descriptor descriptor)
visits a J2EE descriptor
|
void |
TracerVisitor.accept(Descriptor descriptor)
visits a J2EE descriptor
|
DescriptorVisitor |
ApplicationValidator.getSubDescriptorVisitor(Descriptor subDescriptor) |
DescriptorVisitor |
DefaultDOLVisitor.getSubDescriptorVisitor(Descriptor subDescriptor)
get the visitor for its sub descriptor
|
DescriptorVisitor |
TracerVisitor.getSubDescriptorVisitor(Descriptor subDescriptor)
get the visitor for its sub descriptor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleDescriptor<T extends RootDeploymentDescriptor>
This class describes a module information for an application module
|
class |
RootDeploymentDescriptor
This descriptor contains all common information amongst root element
of the J2EE Deployment Descriptors (application, ejb-jar, web-app,
connector...).
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Descriptor> |
Descriptor.addDescriptorExtension(T dde)
Add a child descriptor to the parent descriptor as an extension.
|
<T extends Descriptor> |
Descriptor.getDescriptorExtension(Class<T> c)
Get child descriptor extension for a given type.
|
<T extends Descriptor> |
Descriptor.getDescriptorExtensions(Class<T> c)
Get all child descriptor extensions for a given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptorVisitor.accept(Descriptor descriptor)
visits a J2EE descriptor
|
DescriptorVisitor |
DescriptorVisitor.getSubDescriptorVisitor(Descriptor subDescriptor)
get the visitor for its sub descriptor
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Descriptor.createUniqueNameAmongstNamedDescriptors(String trialName,
Set<? extends Descriptor> descriptors)
Returns String based on the trial name that is guaramteed to be different
from any of the strings returnsed by the getName() call in any of the Descriptor objects in the Set supplied.
|
| Constructor and Description |
|---|
Descriptor(Descriptor other)
The copy constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivationConfigDescriptor
This class holds a set of activation config properties.
|
class |
ConcurrentMethodDescriptor |
class |
ContainerTransaction
This descriptor represents a specification of a transactional behavior.
|
class |
DummyEjbDescriptor
A dummy implementation of the EjbDescriptor
|
class |
EjbBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.EjbBundleDescriptor.
|
class |
EjbCMPEntityDescriptor
This class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.
|
class |
EjbDescriptor
This abstract class encapsulates the meta-information describing Entity, Session and MessageDriven EJBs.
|
class |
EjbEntityDescriptor
This class contains deployment information for an EntityBean with
bean-managed persistence.
|
class |
EjbMessageBeanDescriptor
Objects of this kind represent the deployment information describing a single message driven Ejb.
|
class |
EjbSessionDescriptor
Objects of this kind represent the deployment information describing a single
Session Ejb : { stateful , stateless, singleton }
|
class |
FieldDescriptor
I represent a field on an ejb.
|
class |
IASEjbCMPEntityDescriptor
This class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.
|
class |
InterceptorBindingDescriptor
Contains a single interceptor binding entry.
|
class |
PersistenceDescriptor
This class contains information about the persistent state
(abstract persistence schema)
for EJB2.0 CMP EntityBeans and Join Objects.
|
class |
QueryDescriptor
This class contains information about EJB-QL queries for
finder/selector methods of EJB2.0 CMP EntityBeans.
|
class |
RelationRoleDescriptor
This class contains information about one of the partners in
a relationship between EJB2.0 CMP EntityBeans.
|
class |
RelationshipDescriptor
This class contains information about relationships between
EJB2.0 CMP EntityBeans.
|
class |
ScheduledTimerDescriptor
This class holds the metadata for a calendar-based timer.
|
class |
TimeoutValueDescriptor |
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
EjbBundleDescriptorImpl.getDescriptorByName(String name) |
Descriptor |
PersistenceDescriptor.getParentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RelationshipDescriptor.hasParticipant(Descriptor desc)
Checks whether an EjbCMPEntityDescriptor
is a participant in this relationship.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanCacheDescriptor
iAS specific DD Element (see the ias-ejb-jar_2_0.dtd for this element)
|
class |
CheckpointAtEndOfMethodDescriptor |
class |
FlushAtEndOfMethodDescriptor |
class |
IASEjbCMPFinder |
class |
IASEjbExtraDescriptors
Class that contains all the extra iAS elements for an EJB that are not
in the RI DTD like:
MdbConnectionFactoryDescriptor
jmsMaxMessagesLoad
isReadOnlyBean
refreshPeriodInSeconds
commitOption
checkpointedMethods
passByReference
BeanPoolDescriptor
BeanCacheDescriptor
FlushAtEndOfMethodDescriptor
CheckpointAtEndOfMethodDescriptor
|
class |
IASPersistenceManagerDescriptor
This class contains information about the persistent state
(abstract persistence schema)
for EJB2.0 CMP EntityBeans .
|
class |
MdbConnectionFactoryDescriptor
iAS specific DD Element (see the ias-ejb-jar_2_0.dtd for this element)
|
class |
PersistenceManagerInUse |
class |
PrefetchDisabledDescriptor |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode<EjbBundleDescriptorImpl> |
EjbRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode<EjbBundleDescriptorImpl> |
EjbDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode<EjbBundleDescriptorImpl> |
GFEjbRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteOrderingDescriptor |
class |
AppListenerDescriptorImpl
Objects exhibiting this interface represent an event listener descriptor.
|
class |
AuthorizationConstraintImpl
This descriptor represents an authorization constraint on a security constraint in a web application.
|
class |
CookieConfigDescriptor
This represents the cookie-config resided in session-config of web.xml.
|
class |
JspConfigDescriptorImpl
This is a descriptor for the taglib config used in a web application.
|
class |
JspGroupDescriptor |
class |
LoginConfigurationImpl
I dictate how the web app I belong to should be logged into.
|
class |
MultipartConfigDescriptor
This represents the multipart-config resided in web.xml.
|
class |
OrderingDescriptor
This represents the ordering resided in web-fragment.xml.
|
class |
OrderingOrderingDescriptor
This represents the ordering-ordering in web-fragment.xml.
|
class |
SecurityConstraintImpl
Objects exhibiting this interface represent a security constraint on the web application
that owns them.
|
class |
ServletFilterDescriptor
Deployment object representing the servlet filter spec
|
class |
ServletFilterMappingDescriptor
Deployment object representing the servlet filter mapping spec
|
class |
SessionConfigDescriptor
This represents the session-config in web.xml.
|
class |
UserDataConstraintImpl
I represent the information about how the web application's data should be protected.
|
class |
WebBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.
|
class |
WebComponentDescriptorImpl
Common data and behavior of the deployment information about a JSP or JavaServlet in J2EE.
|
class |
WebComponentDescriptorStub
stub for URL pattern processing, because it takes place
before the fragment processing
|
class |
WebFragmentDescriptor
I am an object that represents all the deployment information about
a web fragment.
|
class |
WebResourceCollectionImpl
This descriptor represents a description of a portion of a web app
in terms of a collection of url patterns and
a collection of http methods on this patterns.
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
GFWebRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
PayaraWebRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
RootXMLNode |
WebRuntimeDDFile.getRootXMLNode(Descriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
Cache
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
CacheHelper
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
CacheMapping
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
ClassLoader |
class |
ConstraintField
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
CookieProperties
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
DefaultHelper
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
JspConfig
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
LocaleCharsetInfo
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
LocaleCharsetMap
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
ManagerProperties
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
Servlet
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
SessionConfig
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
SessionManager
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
SessionProperties
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
StoreProperties
this class contains runtime information for the web bundle
it was kept to be backward compatible with the schema2beans descriptors
generated by iAS 7.0 engineering team.
|
class |
SunWebAppImpl |
class |
Valve |
class |
WebProperty
Interface for all web property containers
|
class |
WebPropertyContainer
Interface for all web property containers
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode |
WebServicesDeploymentDescriptorFile.getRootXMLNode(Descriptor descriptor) |
Copyright © 2019. All rights reserved.