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(HttpServletRequest request,
HttpServletResponse response,
ServletRequestServicer servicer)
throws IOException,
ServletException
- Specified by:
service
in interface ServletRequestServicerFilter
- Throws:
IOException
ServletException
setOutputEncoding
public void setOutputEncoding(String outputEncoding)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.