Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Core ⁑ RI Servlet Container
Description:Core web application integration.
Version:1.15

Specifications

This module does not define any specification.

Implementations

The following table lists all implementations provided by the module.

IdentifierNameVersionFinalImplemented specifications
org.jdtaus.core.container.ri.servlet.ContextLostExceptionjDTAUS Core ⁑ RI Servlet Container1.15true
org.jdtaus.core.container.ri.servlet.SessionLostExceptionjDTAUS Core ⁑ RI Servlet Container1.15true
org.jdtaus.core.container.ri.servlet.ServletFilterjDTAUS Core ⁑ RI Servlet Container1.15true
org.jdtaus.core.container.ri.servlet.ServletRequestLocaledefault1.15truejava.util.Locale 

Dependencies

This module does not have any dependencies to resolve.

Details

Implementation org.jdtaus.core.container.ri.servlet.ContextLostException

Gets thrown when the ServletContext for a thread of execution is not set.

The implementation does not have any properties defined.

The implementation does not have any dependencies.

The following table lists all messages the implementation uses.

MessageTemplates
contextLost

Information about the thread without context.

Deutsch:

Kein Context für Thread {0}.

English:

No context available for thread {0}.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.container.ri.servlet.SessionLostException

Gets thrown when the HttpSession for a thread of execution is null.

The implementation does not have any properties defined.

The implementation does not have any dependencies.

The following table lists all messages the implementation uses.

MessageTemplates
sessionLost

Information about the thread without session.

Deutsch:

Keine Sitzung für Thread {0}.

English:

No session available for thread {0}.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.container.ri.servlet.ServletFilter

jDTAUS webapp integration filter.

The implementation does not have any properties defined.

The implementation does not have any dependencies.

The following table lists all messages the implementation uses.

MessageTemplates
systemProperty

Information about an updated system property.

Deutsch:

System Eigenschaft {0} auf {1} gesetzt.

English:

System property {0} set to {1}.

See the javadoc documentation for further information.

Implementation org.jdtaus.core.container.ri.servlet.ServletRequestLocale

This class overwrites the automatically discovered default java.util.Locale implementation and is used to provide the locale of the current servlet request in service.

The implementation does not have any properties defined.

The implementation does not have any dependencies.

This implementation does not use any messages.

See the javadoc documentation for further information.