Übersicht

Informationen über die Container-Konfiguration dieses Moduls.

Modul

Die folgende Tabelle beinhaltet globale Modul-Informationen.

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

Spezifikationen

This module does not define any specification.

Implementierungen

Die folgende Tabelle beinhaltet alle bereitgestellten Implementierungen des Moduls.

BezeichnerNameVersionFinalImplementierte Spezifikationen
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 

Abhängigkeiten

Dieses Modul beinhaltet keine aufzulösenden Abhängigkeiten.

Details

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

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

Die Implementierung verfügt über keine Eigenschaften.

Diese Implementierung hat keine Abhängigkeiten.

Die folgende Tabelle beinhaltet alle von der Implementierung verwendeten Meldungen.

MeldungVorlagen
contextLost

Information about the thread without context.

Deutsch:

Kein Context für Thread {0}.

English:

No context available for thread {0}.

Siehe Javadoc-Dokumentation für weitere Informationen.

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

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

Die Implementierung verfügt über keine Eigenschaften.

Diese Implementierung hat keine Abhängigkeiten.

Die folgende Tabelle beinhaltet alle von der Implementierung verwendeten Meldungen.

MeldungVorlagen
sessionLost

Information about the thread without session.

Deutsch:

Keine Sitzung für Thread {0}.

English:

No session available for thread {0}.

Siehe Javadoc-Dokumentation für weitere Informationen.

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

jDTAUS webapp integration filter.

Die Implementierung verfügt über keine Eigenschaften.

Diese Implementierung hat keine Abhängigkeiten.

Die folgende Tabelle beinhaltet alle von der Implementierung verwendeten Meldungen.

MeldungVorlagen
systemProperty

Information about an updated system property.

Deutsch:

System Eigenschaft {0} auf {1} gesetzt.

English:

System property {0} set to {1}.

Siehe Javadoc-Dokumentation für weitere Informationen.

Implementierung 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.

Die Implementierung verfügt über keine Eigenschaften.

Diese Implementierung hat keine Abhängigkeiten.

Diese Implementierung verwendet keine Meldungen.

Siehe Javadoc-Dokumentation für weitere Informationen.