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...
PORTAL_HOME/theme/wp.theme.modules/webapp/installedApps/ThemeModules.ear/ThemeModules.war/themes/html/
| 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
Parent: Understand the Portal 8.0 modularized theme