Layout of the portal page

 

+

Search Tips   |   Advanced Search

 

Before customizing the portal site, understand the underlying structure of the portal.

The portal page is composed of JSPs and statically included JSP fragments (JSPFs) for screens, themes, and skins that are typically created by the Web designer of the portal. These JSPs reside in the corresponding /screens, /themes, /skins directories under :

Within this location, subdirectories for markup, locale, and client types are used to support portal aggregation.

The starting place for building the portal page is Default.jsp in the /themes directory. The screen and skin are called by their corresponding tags from the portal-core tag library: the screen is called by the <portal-core:screenRender/> tag, while the skin is called by the <portal-core:pageRender/> tag.

The diagram below illustrates how themes, screens, and skins are used in the portal.


Parent topic:

Design a portal site


Related tasks


Work with page builder
Themes
Theme policies
Theme extension points
Screens
Skins
Aggregation