Default.jsp
The file Default.jsp is one of the main entry points for a theme that is deployed to an enterprise web application on the portal by using a WAR file. The file Plain.jsp is another possible entry point. It is commonly used for portlet helps or for rendering a portlet with the iframe skin.
To achieve rendering the page in the portal, the Default.jsp can use the following mechanisms:
In the default case with the theme architecture of WebSphere Portal V 7 and later versions, the Default.jsp can be simple. It bootstraps any required infrastructure, and then delegates all markup rendering to the static theme.html file.
- include other JSPs
- reference static resources
- execute other server side logic.
Parent
Elements of a theme
Dec 6, 2011 12:05:47 PM Done in dita by rbrwiki42