org.ajax4jsf.renderkit
Interface UserResourceRenderer2


public interface UserResourceRenderer2

Marker interface for a user-defined resources for a HTML HEAD tag. There resourses must be loaded AFTER all other components. This is the second revision of UserResourceRenderer interface that returns arrays of InternetResource instead of Set

Author:
nbelaevski@exadel.com

Method Summary
 void encodeToHead(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 

Method Detail

encodeToHead

void encodeToHead(javax.faces.context.FacesContext context,
                  javax.faces.component.UIComponent component)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.