org.apache.myfaces.tobago.util
Class EncodeAjaxCallback

java.lang.Object
  extended by org.apache.myfaces.tobago.util.EncodeAjaxCallback
All Implemented Interfaces:
javax.faces.component.ContextCallback, TobagoCallback

public class EncodeAjaxCallback
extends Object
implements TobagoCallback


Constructor Summary
EncodeAjaxCallback()
           
 
Method Summary
static void encodeAll(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
          Deprecated. since 2.0.0, please use component.encodeAll()
 javax.faces.event.PhaseId getPhaseId()
           
 void invokeContextCallback(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
static void prepareRendererAll(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
          Deprecated. since 2.0.0, please use EncodeUtils.prepareRendererAll()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodeAjaxCallback

public EncodeAjaxCallback()
Method Detail

invokeContextCallback

public void invokeContextCallback(javax.faces.context.FacesContext facesContext,
                                  javax.faces.component.UIComponent component)
Specified by:
invokeContextCallback in interface javax.faces.component.ContextCallback

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface TobagoCallback

encodeAll

@Deprecated
public static void encodeAll(javax.faces.context.FacesContext facesContext,
                                        javax.faces.component.UIComponent component)
                      throws IOException
Deprecated. since 2.0.0, please use component.encodeAll()

Throws:
IOException

prepareRendererAll

@Deprecated
public static void prepareRendererAll(javax.faces.context.FacesContext facesContext,
                                                 javax.faces.component.UIComponent component)
                               throws IOException
Deprecated. since 2.0.0, please use EncodeUtils.prepareRendererAll()

Throws:
IOException


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