| com.sun.rave.web.ui.util.ResourceFactory
All known Subclasses: com.sun.rave.web.ui.util.ResourceBundleFactory,
ResourceFactory | public interface ResourceFactory (Code) | | This file defines the ResourceFactory interface. Resources are added to
the Request scope so that they may be accessed easily using JSF EL
value-binding, or by other convient means.
author: Ken Paulsen (ken.paulsen@sun.com) |
Method Summary | |
public Object | getResource(FacesContext context, Resource descriptor) This is the factory method responsible for getting the Resource. |
getResource | public Object getResource(FacesContext context, Resource descriptor)(Code) | | This is the factory method responsible for getting the Resource.
Parameters: context - The FacesContext Parameters: descriptor - The Resource descriptor that is associatedwith the requested Resource. The newly created Resource |
|
|