bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

JavaServer Page Guide

 Previous Next Contents View as PDF  

Introduction

Welcome to the WebLogic Portal JavaServer Page Guide. This document supplements the Development Guide by providing detailed descriptions of the JSP tags used to develop portals and other JSP features available with WebLogic Portal. It contains information on the following subjects:

 


Tag List by Task

This document is organized by the various tasks you might need to accomplish while developing portals and portlets; therefore, a single chapter might document tags from multiple tag libraries. Table  1-1 lists the tag libraries by the chapter and task in which their tags appear.

Table 1-1 JSP Tag Libraries

Tag Library

Used in Task

Chapter

ad.tld

Ad placeholders

Personalization JSP Tags

catalog.tld

Catalog Service Management

Catalog Development JSP Tags

cm.tld

Content Management

Personalization JSP Tags

eb.tld

E-business Service Management

Catalog Development JSP Tags

es.tld

Personaliation Utilities

Personalization JSP Tags

i18n.tld

Internationalization Management

Personalization JSP Tags

ph.tld

Placeholder Management

Personalization JSP Tags

portal.tld

Portal Management

Portal and Portlet Management JSP Tags

portlet.tld

Portlet Management

Portal and Portlet Management JSP Tags

productTracking.tld

Event and Behavior Tracking Management

Event and Behavior Tracking JSP Tags

ps.tld

Property Set Management

Personalization JSP Tags

pz.tld

Personalization Management

Personalization JSP Tags

tracking.tld

Event and Behavior Tracking Management

Event and Behavior Tracking JSP Tags

um.tld

User Management

Personalization JSP Tags

util.tld

Portal/Portlet Management

Portal and Portlet Management JSP Tags

webflow.tld

Navigation Management

Navigation (Webflow) JSP Tags

wl

WebLogic Utilities

Personalization JSP Tags

 


Tag List By Name

In addition to the task-oriented tag descriptions, JSP Tag Reference (by Name) lists all tags in alphabetical order with no regard to the tasks supported. This appendix includes a description of the tag and identifies its tag library. Also, if you are reading this document online (for example, in a Web browser or a PDF viewer), by clicking the tag name, you can see the detailed description of the tag as provided in the task-oriented chapter.

 


JSP Template Information

This document also contains two appendices, JSP Templates and Tuning JSP Performance, that apply to BEA-supplied JSPs.

Tuning JSP Performance contains instructions for improving JSP performance by tuning its compile and update phases to optimize those capabilities.

 

Back to Top Previous Next