org.apache.tapestry.services.impl
Class SetupRequestEncoding

java.lang.Object
  extended by 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

Constructor Summary
SetupRequestEncoding()
           
 
Method Summary
 void service(HttpServletRequest request, HttpServletResponse response, ServletRequestServicer servicer)
           
 void setOutputEncoding(String outputEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupRequestEncoding

public SetupRequestEncoding()
Method Detail

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.