The APPLICATION_SERVER element / The COMPONENT_LIST element |
This element defines how images are served by the GAS.
The WEB_APPLICATION_PICTURE_COMPONENT element specifies the directory from which images are served. It takes an Id attribute, which specifies the unique identifier for this Picture component. It is this unique identifier that is referenced by an application configuration, providing that application with the location of its image directory or directories.
<WEB_APPLICATION_PICTURE_COMPONENT Id="resID"> <PATH Id="pathID" Type="pathType">Path</PATH> </WEB_APPLICATION_PICTURE_COMPONENT>
resID is the unique identifier for this picture component.
The WEB_APPLICATION_PICTURE_COMPONENT may contain the following child elements:
Zero to many PATH elements.