org.apache.myfaces.tobago.util
Class ResponseUtils

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

public class ResponseUtils
extends java.lang.Object


Constructor Summary
ResponseUtils()
           
 
Method Summary
static void ensureContentTypeHeader(FacesContext facesContext, java.lang.String contentType)
           
static void ensureNoCacheHeader(ExternalContext externalContext)
          Deprecated. 
static void ensureNoCacheHeader(FacesContext facesContext)
           
 
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

@Deprecated
public static void ensureNoCacheHeader(ExternalContext externalContext)
Deprecated. 


ensureNoCacheHeader

public static void ensureNoCacheHeader(FacesContext facesContext)

ensureContentTypeHeader

public static void ensureContentTypeHeader(FacesContext facesContext,
                                           java.lang.String contentType)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.