|
Oracle® Database Globalization Development Kit Java API Reference 11g Release 2 (11.2) E10730-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.i18n.servlet.filter.ServletFilter
public class ServletFilter
The ServletFilter class instantiates the wrappers of HTTP request and response objects for the GDK, and passes them to the application.
The application requires registering this class in web.xml to incorporate the GDK framework as follows:
... <filter> <filter-name>gdkfilter</filter-name> <filter-class>oracle.i18n.servlet.filter.ServletFilter</filter-class> </filter> ... <filter-mapping> <filter-name>gdkfilter</filter-name> <url-pattern>*.jsp</url-pattern> </filter-mapping> ...
Also, the ContextListener class needs to be registered in web.xml to complete the GDK installation.
Basically, user applications do not need to explicitly call any method in this class.
ContextListener| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
|
Oracle® Database Globalization Development Kit Java API Reference 11g Release 2 (11.2) E10730-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||