org.apache.myfaces.tobago.util
Class ResponseUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.util.ResponseUtils

public class ResponseUtils
extends Object


Constructor Summary
ResponseUtils()
           
 
Method Summary
static void ensureContentTypeHeader(FacesContext facesContext, String contentType)
           
static void ensureNoCacheHeader(ExternalContext externalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseUtils

public ResponseUtils()
Method Detail

ensureNoCacheHeader

public static void ensureNoCacheHeader(ExternalContext externalContext)

ensureContentTypeHeader

public static void ensureContentTypeHeader(FacesContext facesContext,
                                           String contentType)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.