org.jboss.portal.server.aspects.server
Class ContentTypeInterceptor

java.lang.Object
  extended by org.jboss.portal.server.ServerInterceptor
      extended by org.jboss.portal.server.aspects.server.ContentTypeInterceptor
All Implemented Interfaces:
Interceptor

public class ContentTypeInterceptor
extends ServerInterceptor

This interceptor set the charset on the request that is used to decode the request parameters as well as setting the org.jboss.portal.server.util.HTTPStreamInfo on the server response that can be used later by the rendering process to create the response sent to the user.

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
ContentTypeInterceptor()
           
 
Method Summary
protected  void invoke(ServerInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.server.ServerInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeInterceptor

public ContentTypeInterceptor()
Method Detail

invoke

protected void invoke(ServerInvocation invocation)
               throws java.lang.Exception,
                      InvocationException
Specified by:
invoke in class ServerInterceptor
Throws:
java.lang.Exception
InvocationException