Layout of the portal page

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.
themes


screens


skins

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

Design a portal site using legacy themes and skins


Related tasks


Work with Page Builder

 


+

Search Tips   |   Advanced Search