Resources Oracle Fusion Middleware Online Documentation Library

2-6 Oracle Fusion Middleware Developers Guide for Oracle Universal Content Management The resourcesadmin directory contains the following resource types.

2.1.6 The weblayout Directory

The DomainHomeucmshort-product-idweblayout directory contains the files that are available to the web server for display on the various pages of the Oracle Content Server web site.

2.2 Resources

Resources are files that define and implement the actual customization you make to Oracle Content Server. They can be pieces of HTML code, dynamic page elements, queries that gather data from the database, services that perform Oracle Content Server actions, or special code to conditionally format information. Resources are a critical part of the Oracle Content Server software, so you must be familiar with them before you attempt to create a custom component or dynamic server page. You can create, edit, or remove a resource file by using the Component Wizard. You also can use the Component Wizard as a starting point for creating custom resources. Resources fall into distinct categories, although the first five types listed in the following table are also called Resource-type resources. Element Description idoc Holds IdocScript dynamichtml and dynamicdata definitions. tables Holds IdocScript resource table definitions. templates Holds templates for all Oracle Content Server pages except reports. Element Description groups Holds the web-viewable content items and dynamic server pages. images Holds images, such as icons and home page graphics. resources Holds layouts, skins, and schema information. Resource Type Description Example of Standard Resource HTML Include Defines pieces of HTML markup and Idoc Script code that are used on multiple Oracle Content Server web pages. IdcHomeDirresourcescoreidocstd_page.idoc Dynamic Data Table Defines a table of data in a dynamicdata include from within IdocScript to load an HTML table definition, interface menu actions, or information about metadata fields or from within Java code as an alternative to static tables loaded into SharedObjects. IdcHomeDirresourcescoreidocstd_data.idoc String Defines localized strings for the user interface and error messages. IdcHomeDirresourcescorelangcs_strings.htm Dynamic Table HDA format Provides dynamic frequently changed content in table format to Oracle Content Server. IdcHomeDirresourcescoredatastoredesign columnIndexdList.hda Oracle UCM Architecture 2-7

2.3 Oracle Content Server Behavior