Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


oracle.adf.view.rich.resource
Interface PageResourceContainer

All Known Implementing Classes:
RichDocument, RootRemoteRegion

public interface PageResourceContainer

This interface specifies a contract for a Page Resource Container. Resources can be added to the container so that they may be handled correctly. This interface is intended for internal use by ADFFaces classes and is not intended to be implemented by external classes. As such, methods may be added as needed.

Since:
11.1.1.7.3

Method Summary
 void addResource(PageResource resource)
          Adds a resource to be rendered inside the <head> element of the HTML page.

 

Method Detail

addResource

void addResource(PageResource resource)
Adds a resource to be rendered inside the <head> element of the HTML page. Should only be called during JSF component tree construction.
Parameters:
resource - The resource to add

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.