+

Search Tips   |   Advanced Search

Dynamic content (jsp) resources


Dynamic content includes resources defined by jsp files used by the theme. The entry point for a theme is either Default.jsp or Plain.jsp, located in...

Default.jsp Main entry point for the theme. Bootstraps any required infrastructure, and then delegates all markup rendering to the static theme.html file.
Plain.jsp Alternate entry point. Used for helps or rendering a portlet with an iframe skin.
helper.jspf Create helper routines for the theme jsps such as methods for getting default theme configuration values.
bootstrap.jspf Set up the initial configuration information
includePortalTaglibs.jspf Set up the initial configuration information and required infrastructure. Includes the IBM WebSphere Portal 7.0 taglibs.


dynamicSpots

commonActions.jsp Common actions in the banner sections and the Actions menu.
crumbTrial.jsp Crumb trail information for the location.
footer.jsp Footer information for the page.
head.jsp Header information for the page.
navigation.jsp Navigation controls for the pages.
pageModeToggle.jsp Support for the View and Edit mode toggle.


Parent: Understand the Portal 8.0 modularized theme