+

Search Tips   |   Advanced Search


Creating static content for the portal

WebSphere Portal allows you to create pages with portal content by using static HTML or other markup. Working with static content pages has the following advantages:

Compared to dynamic content pages based on the portal container model, static HTML pages also have the following characteristics :

The following topics describe how you create static pages in HTML, and what features you can use. When you have written the static page, you can include it in the portal by using the Manage Pages portlet.Decision point: After you have included a page in the portal, you cannot change the page from static content to standard portal layout or from standard portal layout to static content.

To change the page type after you have created it, delete the existing page and create a new page of the required type.

When a static page uses the Tab Menu - Page Builder theme, users can change the style of the page, but they cannot change the layout of the page or add content to it.


Terminology

Static layout

The layout of a page that is based on a plain HTML page that may contain references to portlets. This is in contrast to the default representation of a dynamic portal page layout which is defined structurally in the database and managed by the page customizer.

Static page

A portal page that references a static layout. A static page can be part of the portal page topology (content model and navigation model) at any place. Apart from the rendering, it behaves like a default portal page, for example with regards to Portal Access Control)

Embedded Static Page

A static page that is rendered in the content area of the portal.

The portal engine renders banner, footer and navigation, but the content is exclusively rendered by the static layout

Standalone Static Page

A static page that renders the complete browser content. It is served by the portal servlet but as exclusive control over the complete page

Dynamic Layout

Standard portal layout that consists of rows or columns and is persisted in the database.


Parent topic:

Designing a portal site


Related tasks


Include static content pages in the portal