| Modifier and Type | Method and Description |
|---|---|
WebBundleDescriptorImpl |
WebModuleContextConfig.getDescriptor()
Return the WebBundleDescriptor
|
WebBundleDescriptorImpl |
WebApplication.getDescriptor()
Returns the deployment descriptor associated with this application
|
WebBundleDescriptorImpl |
WebModuleConfig.getDescriptor()
Return the object representation of the deployment descriptor specified
for the web application.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TomcatDeploymentConfig.configureApplicationListener(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure context initialization parameter that is configured
in the server configuration file, rather than the application deployment
descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextEnvironment(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure application environment entry, as represented by
an
<env-entry> element in the deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureContextParam(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure context parameter defined in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureContextResource(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure a resource reference for a web application, as
represented in a
<resource-ref> element in the
deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureEjbReference(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configures EJB resource reference for a web application, as
represented in a
<ejb-ref> and
<ejb-local-ref>element in the
deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureErrorPage(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure error page element for a web application,
as represented by a
<error-page> element in the
deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureFilterDef(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure filter definition for a web application, as represented
by a
<filter> element in the deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureFilterMap(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure filter mapping for a web application, as represented
by a
<filter-mapping> element in the deployment
descriptor. |
protected static void |
TomcatDeploymentConfig.configureJspConfig(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure
jsp-config element contained in the deployment
descriptor |
protected static void |
TomcatDeploymentConfig.configureLoginConfig(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure a login configuration element for a web application,
as represented by a
<login-config> element in the
deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureMessageDestination(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure of a message destination for a web application, as
represented in a
<message-destination> element
in the deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureMessageDestinationRef(WebModule webModule,
WebBundleDescriptorImpl wmd)
Representation of a message destination reference for a web application,
as represented by a
<message-destination-ref> element
in the deployment descriptor. |
protected static void |
TomcatDeploymentConfig.configureMimeMapping(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure mime-mapping defined in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureResourceRef(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure resource-reference defined in the deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureSecurityRoles(WebModule webModule,
WebBundleDescriptorImpl wmd)
Validate the usage of security role names in the web application
deployment descriptor.
|
protected static void |
TomcatDeploymentConfig.configureStandardContext(WebModule webModule,
WebBundleDescriptorImpl wmd)
Configure the
WebModule instance by creating
StandardWrapper using the information contained
in the deployment descriptor (Welcome Files, JSP, Servlets etc.) |
static void |
TomcatDeploymentConfig.configureWebModule(WebModule webModule,
WebBundleDescriptorImpl webModuleDescriptor)
Configure a
WebModule by applying web.xml information
contained in WebBundleDescriptor. |
void |
WebModuleContextConfig.setDescriptor(WebBundleDescriptorImpl wbd)
Set the DOL object associated with this class.
|
void |
WebModuleConfig.setDescriptor(WebBundleDescriptorImpl wbd)
Set the deployment descriptor object describing the contents of the
web application.
|
| Modifier and Type | Method and Description |
|---|---|
WebBundleDescriptorImpl |
WebArchivist.getDefaultBundleDescriptor() |
WebBundleDescriptorImpl |
WebArchivist.getDefaultWebXmlBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptorFile<WebBundleDescriptorImpl> |
WebArchivist.getStandardDDFile() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebArchivist.postAnnotationProcess(WebBundleDescriptorImpl descriptor,
ReadableArchive archive) |
protected void |
WebArchivist.postOpen(WebBundleDescriptorImpl descriptor,
ReadableArchive archive)
perform any post deployment descriptor reading action
|
protected void |
WebArchivist.postStandardDDsRead(WebBundleDescriptorImpl descriptor,
ReadableArchive archive,
Map<ExtensionsArchivist,RootDeploymentDescriptor> extensions)
After reading all the standard deployment descriptors, merge any
resource descriptors from EJB descriptors into the WebBundleDescriptor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebFragmentDescriptor
I am an object that represents all the deployment information about
a web fragment.
|
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode<WebBundleDescriptorImpl> |
WebDeploymentDescriptorFile.getRootXMLNode(WebBundleDescriptorImpl descriptor) |
| Modifier and Type | Method and Description |
|---|---|
RootXMLNode<WebBundleDescriptorImpl> |
WebDeploymentDescriptorFile.getRootXMLNode(WebBundleDescriptorImpl descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebCommonNode<T extends WebBundleDescriptorImpl>
This node is responsible for handling the web-common xml tree
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
WebCommonNode.descriptor |
| Modifier and Type | Method and Description |
|---|---|
WebBundleDescriptorImpl |
WebBundleNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
WebBundleNode.writeDescriptor(Node parent,
WebBundleDescriptorImpl webBundleDesc)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
Node |
WebBundleRuntimeNode.writeDescriptor(Node parent,
WebBundleDescriptorImpl bundleDescriptor)
write the descriptor class to a DOM tree and return it
|
| Constructor and Description |
|---|
GFWebBundleRuntimeNode(WebBundleDescriptorImpl descriptor)
Creates new GFWebBundleRuntimeNode
|
PayaraWebBundleRuntimeNode(WebBundleDescriptorImpl descriptor) |
WebBundleRuntimeNode(WebBundleDescriptorImpl descriptor)
Creates new WebBundleRuntimeNode
|
Copyright © 2019. All rights reserved.