Package oracle.i18n.servlet.filter
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.
-
Class Summary Class Description ServletFilter TheServletFilterclass instantiates the wrappers of HTTP request and response objects for the GDK, and passes them to the application.ServletRequestWrapper TheServletRequestWrapperclass is an HTTP request class that detects the current user locale and makes it available for the application.ServletResponseWrapper TheServletResponseWrapperclass is an HTTP response class that sets the appropriate character set for the response operation.