org.apache.tapestry.services.impl
Class SetupRequestEncoding
java.lang.Object
org.apache.tapestry.services.impl.SetupRequestEncoding
- All Implemented Interfaces:
- ServletRequestServicerFilter
public class SetupRequestEncoding
- extends Object
- implements ServletRequestServicerFilter
Analyzes the incoming request to set the correct output encoding.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetupRequestEncoding
public SetupRequestEncoding()
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletRequestServicer servicer)
throws IOException,
javax.servlet.ServletException
- Specified by:
service
in interface ServletRequestServicerFilter
- Throws:
IOException
javax.servlet.ServletException
setOutputEncoding
public void setOutputEncoding(String outputEncoding)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.