com.ibm.xsp.context
Interface RequestParameters.ResourceProvider

Enclosing class:
RequestParameters

public static interface RequestParameters.ResourceProvider

Gives the opportunity to add dynamic resources to the page. Each request can have a list of such providers.


Method Summary
 java.util.List<Resource> getResources(javax.faces.context.FacesContext context)
           
 

Method Detail

getResources

java.util.List<Resource> getResources(javax.faces.context.FacesContext context)
                                      throws java.io.IOException
Throws:
java.io.IOException