| java.lang.Object com.sun.rave.web.ui.component.util.descriptors.Resource
Resource | public class Resource implements java.io.Serializable(Code) | | This class holds information that describes a Resource. It
provides access to a
ResourceFactory for obtaining the
actual Resource object described by this descriptor. See the
layout.dtd file for more information on how to define a Resource
via XML. The LayoutDefinition will add all defined Resources to
the Request scope for easy access (including via JSF EL).
author: Ken Paulsen (ken.paulsen@sun.com) |
createFactory | protected ResourceFactory createFactory()(Code) | | This method creates a new factory.
ResourceFactory |
getExtraInfo | public String getExtraInfo()(Code) | | This holds "extraInfo" for the Resource, such as a ResourceBundle
baseName.
|
getFactory | public ResourceFactory getFactory()(Code) | | This method provides access to the ResourceFactory.
ResourceFactory |
getId | public String getId()(Code) | | Accessor method for ID. This is the key the resource will be stored
under in the Request scope.
|
|
|