Package | Description |
---|---|
oracle.adf.view.rich.resource |
Modifier and Type | Method and Description |
---|---|
PageResource.ResourceLoadStrategy |
PageResource.getLoadStrategy()
Get how the resource should be loaded
|
static PageResource.ResourceLoadStrategy |
PageResource.ResourceLoadStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageResource.ResourceLoadStrategy[] |
PageResource.ResourceLoadStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Constructor and Description |
---|
PageResource(PageResource.ResourceType type, PageResource.ResourceLocation location, String value, PageResource.ResourceLoadStrategy loadStrategy)
Constructor
|