Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
The <portal-core/> tags are used to provide portal core functionality such as entering the main render flow as well as URL-related aspects of the page.
The following table provides a brief description of each tag.
Note: Do not use portal tags in portlet JSPs.. The tags mentioned below are only for use in theme and skin JSPs..Tag | Description |
---|---|
<portal-core:cacheProxyUrl/> | Creates a URL to the caching proxy servlet. |
<portal-core:constants/> | Makes the <%= wpsBaseURL %> and <%= wpsDocURL %> constants available to the page. |
<portal-core:defineObjects/> | Defines a set of objects which can be used later on (for example, escapeXmlWriter). |
<portal-core:pageRender/> | Used in the Home screen to render the content of the selected page. Do not confuse this with the <portal-core:pageRender/> tag deprecated in V4.2. |
<portal-core:screenRender/> | Starts the rendering of the screen. This tag should be used only in theme JSPs. |
<portal-core:stateBase/> | Stores a base URL which can be used instead of full, newly-coded URLs on each occurrence of a URL in the markup. This tag should occur only in the header section of the markup, which is provided by theme JSPs. |
The following section provides detailed descriptions of the <portal-core/> JSP tags:
Parent topic: Tags used by the portal JSPs