javax.faces.component
Interface ContextCallback


public interface ContextCallback

See Javadoc of JSF Specification

Author:
Stan Silvert

Method Summary
 void invokeContextCallback(FacesContext context, UIComponent target)
           
 

Method Detail

invokeContextCallback

void invokeContextCallback(FacesContext context,
                           UIComponent target)
Parameters:
context - FacesContext for the current request
target - UIComponent on which the UIComponent.invokeOnComponent() will be called


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