This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 30080 - JSP parsing API enhancements
Summary: JSP parsing API enhancements
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 14:02 UTC by Petr Jiricka
Modified: 2011-09-19 22:37 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2003-01-14 14:02:37 UTC
Enhancements of the JSP parsing API, which would allow 
implementation of the tag usage features, improvements of 
code completion and similar. 

The enhancements include:

- Return from the JSP parser the context of a particular 
element, so the code completion can filter out items which 
are not appropriate.
- Return location of the taglib directives, so the editor 
can easily find a suitable place in the text to add 
additional taglib directives.
- Return encoding of the document, so the editor can load 
it using the correct encoding.
- Return a list of tag libraries in the web module, so the 
tag usage code knows which are already included.