org.apache.myfaces.tobago.internal.ajax
Class AjaxResponseRenderer
java.lang.Object
org.apache.myfaces.tobago.internal.ajax.AjaxResponseRenderer
public class AjaxResponseRenderer
- extends Object
Method Summary |
void |
renderResponse(javax.faces.context.FacesContext facesContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CODE_SUCCESS
public static final int CODE_SUCCESS
- See Also:
- Constant Field Values
CODE_NOT_MODIFIED
@Deprecated
public static final int CODE_NOT_MODIFIED
- Deprecated. since 1.5. May do some stuff on the response like in ApplyRequestValuesCallback.
- See Also:
- Constant Field Values
CODE_RELOAD_REQUIRED
public static final int CODE_RELOAD_REQUIRED
- See Also:
- Constant Field Values
CODE_ERROR
public static final int CODE_ERROR
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
AjaxResponseRenderer
public AjaxResponseRenderer()
renderResponse
public void renderResponse(javax.faces.context.FacesContext facesContext)
throws IOException
- Throws:
IOException
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.