WEB_COMPONENT_DIRECTORY
The WEB_COMPONENT_DIRECTORY
element specifies the path where Web
components for an application are located.
Syntax
<WEB_COMPONENT_DIRECTORY>path-list [;...] </WEB_COMPONENT_DIRECTORY>
- path-list specifies the paths to web component directories.
It allows for multiple paths to be specified, the separator used between resource paths is a semi-colon, ";".
Child elements
There are no child elements.
Usage
You use this element to define paths from where Web components are served. This element value added to the URL, builds the path used to find a Web component.
The WEB_COMPONENT_DIRECTORY
configuration only applies to Genero Desktop Client
(GDC) applications delivered via GAS, and Genero Browser Client (GBC).
Usage example
<EXECUTION AllowUrlParameters="FALSE">
<ENVIRONMENT_VARIABLE Id="FGLDIR">$(res.fgldir)</ENVIRONMENT_VARIABLE>
<PATH>$(res.deployment.path)</PATH>
<DVM>$(res.dvm.wa)</DVM>
<MODULE>myapp.42m</MODULE>
<WEB_COMPONENT_DIRECTORY>webcomponents</WEB_COMPONENT_DIRECTORY>
<ACCESS_CONTROL>
<ALLOW_FROM>$(res.access.control)</ALLOW_FROM>
</ACCESS_CONTROL>
<UA_OUTPUT>
<PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH>
</TIMEOUT>
<GBC>$(res.gbc)</GBC>
<GDC_SHORTCUT>$(res.deployment.path)/tpl/shortcut/gdc-http.gdc</GDC_SHORTCUT>
</UA_OUTPUT>
</DELEGATE>
</EXECUTION>
Parent elements
This element is a child of one of the following elements: