Gabarit Serveur J2EE ACube V2.7.4
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.filter
Classe CharsetFilter
java.lang.Object
  acube.framework.filter.CharsetFilter

public class CharsetFilter
hérite de Object
CharsetFilter define: bypass firefox 3 auto charset for ajax request to force requestEncoding This filter must be the first filter in web.xml https://bugzilla.mozilla.org/show_bug.cgi?id=416178 Projet .
Author:
MAEE

Sommaire des Attributs
private transient String
encoding
Encoding parameter setter by property file.
Sommaire des Constructeurs
Sommaire des Méthodes
void
destroy()
nothing {@inheritDoc}
void
doFilter(ServletRequest request, ServletResponse response, FilterChain next)
CharsetFilter define: bypass firefox 3 auto charset for ajax request to force requestEncoding
void
init(FilterConfig config)
{@inheritDoc}
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
encoding
private transient String encoding
Encoding parameter setter by property file.
Détail des Constructeurs
CharsetFilter
public CharsetFilter()
Détail des méthodes
init
public void init(FilterConfig config)
          throws ServletException
{@inheritDoc}
Exceptions:
ServletException

doFilter
public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain next)
              throws IOException,
                     ServletException
CharsetFilter define: bypass firefox 3 auto charset for ajax request to force requestEncoding
Paramètres:
request - ServletRequest
response - ServletResponse
next - FilterChain
Exceptions:
IOException - IOException
ServletException - ServletException

destroy
public void destroy()
nothing {@inheritDoc}

Gabarit Serveur J2EE ACube V2.7.4
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 2.7.4 du 10/07/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex