Oracle® Globalization Development Kit Java API Reference
10g Release 1 (10.1.0.0)

Part No. B10971-02

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 supplies it to 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, GDK detects the current user locale automatically, and passes them to the applications. This package includes the filter classes that perform the operation.


Oracle® Globalization Development Kit Java API Reference
10g Release 1 (10.1.0.0)

Part No. B10971-02

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