JSP Component
JSP Component Overview |
Last modified November 29, 2005 |
|
[This document is a work in progress. It is an attempt to capture the key concepts of the WTP JSP Component. Note that the concepts presented here may differ from what is found in the currently released code. This document describes the architecture, or "end goal", of the component. Once this document is finalized, the intent is to bring the code and its specs into line with this document.] |
|
JSP UI | |
The jsp ui component has the API needed to support jsp regions in editors. |
|
|
|
JSP Core | |
The jsp core component has the API needed to support the jsp model. |
|
Content type | |
|
|
Content Model | |
The JSP content model includes content models for JSP 1.1, JSP 1.2, and JSP 2.0. For more information, see:
|
|
StructuredDocument regions | |
JSP StructuredDocument regions include various regions commonly found in JSP documents. Structured document regions include: jsp comment open/close brackets, jsp directive open/close brackets. For more information, see
|
|
Partition Types | |
JSP partition types include various partition types found in JSP documents. Partition types include: jsp directive, jsp comment, java content, javascript content. For more information, see:
|
|
Custom Tag Libraries | |
A central Taglib Index is provided to locate tag library descriptors for use when constructing JSP models and to list those available. |