| java.lang.Object vqwiki.servlets.SetCharacterEncodingFilter
SetCharacterEncodingFilter | final public class SetCharacterEncodingFilter implements Filter(Code) | | Sets request encoding for servlets to encoding used by JSTL formating tags.
JSTL formating tags used for displaying localized messages
are setting session-scoped variable
javax.servlet.jsp.jstl.fmt.request.charset .
This filter uses the variable to set request encoding
for servlets, as they cannot use <fmt:requestEncoding/>
as JSP pages.
author: Martin Kuba makub@ics.muni.cz |
destroy | public void destroy()(Code) | | |
|
|