Skip navigation links

Oracle® Database Globalization Development Kit Java API Reference
11g Release 1 (11.1)

Book Part Number B28299-01


Package oracle.i18n.servlet.filter

Provides the Java Servlet filters that detect the current user locale.

See:
          Description

Class Summary
ServletFilter The ServletFilter class instantiates the wrappers of HTTP request and response objects for the GDK, and passes them to the application.
ServletRequestWrapper The ServletRequestWrapper class is an HTTP request class that detects the current user locale and makes it available for the application.
ServletResponseWrapper The ServletResponseWrapper class is an HTTP response class that sets the appropriate character set for the response operation.

 

Package oracle.i18n.servlet.filter Description

Provides the Java Servlet filters that detect the current user locale. By incorporating the Java Servlet filter mechanism, the GDK framework detects the current user locale automatically, and makes it available to the applications. This package includes the filter classes that perform these operations.


Skip navigation links

Oracle® Database Globalization Development Kit Java API Reference
11g Release 1 (11.1)

Book Part Number B28299-01


Copyright © 2003, 2007, Oracle. All rights reserved.