Description
This page allows you to view an application resource. The Resource Store is a new area of the infrastructure database which is used to store resources used in a live application. Resources can be of any type but the most common used by IEG are images and properties file resources.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
NameRESOURCENAMEThis is a unique name for the resource which can be used within an IEG script to reference it. Depending on the resource type, a naming convention may be enforced for use within an IEG script.No
LocaleRESOURCE_LOCALEThe locale of the resource. Only resources with locales for which the application has been configured, or that act as fall-back locales for the application's locales, will be used. If the locale is empty, the resource may be used as a fall back if a resource for a specific locale cannot be found.No
Content TypeRESOURCE_CONTENT_TYPEWhen serving a resource to a web browser, a content type is required to instruct the browser how to handle the resource. The most common content types used in an IEG script would be image/png for a PNG image and text/plain for a properties file.No
CategoryRESOURCE_CATEGORY_CODEThe category of the resource, e.g. image, css, property. This is used for searching functionality.No
Content DispositionRESOURCE_CONTENT_DISPOSITIONThe content disposition for the resource. At its most basic, this can be treated as the suggested file name for the resource if it is used as an attachment. This field may be left blank if it is not required, but it is recommended that it be set based on the original file name of the resource.No
InternalRESOURCE_INTERNALThis indicates if the resource is for internal use only and should never be served to the web browser.No
Description
LabelTypeDescriptionMandatory
DescriptionRESOURCE_DESCRIPTIONNo
Links and Actions
None
Related Entities
When page is loaded
AppResource
When page is submitted
None
Technical Information
Page IDSystem_viewResource
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\IEGAdmin\ResourceAdmin\System_viewResource.uim
Page Load InterfaceResourceAdmin.readResource
Page Submit Interface
Linked From PagesApplication Resources (CitizenWorkspaceAdmin_listAllResourcesByCategory), Application Resources (IEG2_listAllResourcesByCategory), Add Resource (System_createResource)