Method Summary |
|
final protected void | checkServletVersions(WebXml theWebXml) Checks the versions of the servlet API in each descriptor, and logs
a warning if a mismatch might result in the loss of definitions. |
final public void | merge(WebXml theMergeWebXml) Merges the merge descriptor with the original descriptor. |
final protected void | mergeContextParams(WebXml theWebXml) Merges the context-param definitions from the specified descriptor into
the original descriptor. |
final protected void | mergeEjbLocalRefs(WebXml theWebXml) Merges the EJB local references from the provided descriptor into the
original descriptor. |
final protected void | mergeEjbRefs(WebXml theWebXml) Merges the EJB references from the provided descriptor into the original
descriptor. |
final protected void | mergeEnvironmentEntries(WebXml theWebXml) Merges the environment entries from the provided descriptor into the
original descriptor. |
final protected void | mergeFilters(WebXml theWebXml) Merges the servlet definitions from the specified descriptor into the
original descriptor. |
final protected void | mergeLoginConfig(WebXml theWebXml) Merges the login configuration from the provided descriptor into the
original descriptor, thereby eventually replacing the existing login
config. |
final protected void | mergeResourceEnvironmentReferences(WebXml theWebXml) Merges the resource environment references from the provided descriptor
into the original descriptor. |
final protected void | mergeResourceReferences(WebXml theWebXml) Merges the resource references from the provided descriptor into the
original descriptor. |
final protected void | mergeSecurityConstraints(WebXml theWebXml) |
final protected void | mergeSecurityRoles(WebXml theWebXml) Merges the security roles from the provided descriptor into the original
descriptor. |
final protected void | mergeServlets(WebXml theWebXml) Merges the servlet definitions from the specified descriptor into the
original descriptor. |
final public void | setLog(Log theLog) Sets the log to which events should be written. |