org.apache.myfaces.tobago.ajax.api
Class AjaxResponseRenderer

java.lang.Object
  extended by org.apache.myfaces.tobago.ajax.api.AjaxResponseRenderer

public class AjaxResponseRenderer
extends Object


Field Summary
static String CODE_NOT_MODIFIED
           
static String CODE_RELOAD_REQUIRED
           
static String CODE_SUCCESS
           
 
Constructor Summary
AjaxResponseRenderer()
           
 
Method Summary
 void renderResponse(FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE_SUCCESS

public static final String CODE_SUCCESS
See Also:
Constant Field Values

CODE_NOT_MODIFIED

public static final String CODE_NOT_MODIFIED
See Also:
Constant Field Values

CODE_RELOAD_REQUIRED

public static final String CODE_RELOAD_REQUIRED
See Also:
Constant Field Values
Constructor Detail

AjaxResponseRenderer

public AjaxResponseRenderer()
Method Detail

renderResponse

public void renderResponse(FacesContext facesContext)
                    throws IOException
Throws:
IOException


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