org.richfaces.renderkit
Interface ScriptOptionsContributor


public interface ScriptOptionsContributor

Author:
Nick Belaevski - nbelaevski@exadel.com created 18.12.2006

Method Summary
 ScriptOptions buildOptions(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          Create script options if component class is known for renderer to contribute
 

Method Detail

buildOptions

ScriptOptions buildOptions(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
Create script options if component class is known for renderer to contribute

Parameters:
context -
component -
Returns:
Built ScriptOptions instance or null if component is not acceptable


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.