Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTP 2.0 API Delta"

m (XML/JSP Components)
(XML/JSP Components)
Line 7: Line 7:
  
 
====  XML/JSP Components ====
 
====  XML/JSP Components ====
[[Category:Eclipse Web Tools Platform Project]]
 
* Supports [https://bugs.eclipse.org/bugs/show_bug.cgi?id=170988#c15 quick fix] processors as attributes on validation framework <code>IMessage</code>s.  Although a functional extension point is available as well, it is '''''only provisional'''''.
 
* The private hyperlink facility in the source editors has been replaced with support for the [https://bugs.eclipse.org/bugs/show_bug.cgi?id=177387 platform's] [http://download.eclipse.org/eclipse/downloads/drops/S-3.3M5-200702091006/eclipse-news-M5.html#Platform extension points and APIs]
 
 
* Declared the <code>org.eclipse.jst.jsp.core.tagsource</code> Content Type for JSP 2.0 Simple Tag Extension files
 
* Declared the <code>org.eclipse.jst.jsp.core.tagsource</code> Content Type for JSP 2.0 Simple Tag Extension files
 
* <code>org.eclipse.jst.jsp.core.taglib.ITaglibIndexListener</code> and <code>org.eclipse.jst.jsp.core.taglib.ITaglibIndexDelta</code> are now API interfaces; the API versions have breaking changes from earlier unsupported revisions
 
* <code>org.eclipse.jst.jsp.core.taglib.ITaglibIndexListener</code> and <code>org.eclipse.jst.jsp.core.taglib.ITaglibIndexDelta</code> are now API interfaces; the API versions have breaking changes from earlier unsupported revisions
* Partitioning constants haven't been changed as expected, although the possibility still remains for 3.0
+
 
 +
[[Category:Eclipse Web Tools Platform Project]]

Revision as of 11:15, 16 May 2007

The following is a summary of the API changes between WTP 1.5 and 2.0: edit

Common Components

  • The ID value given for extensions to org.eclipse.wst.common.snippets.SnippetContributions can now be accessed programmatically


XML/JSP Components

  • Declared the org.eclipse.jst.jsp.core.tagsource Content Type for JSP 2.0 Simple Tag Extension files
  • org.eclipse.jst.jsp.core.taglib.ITaglibIndexListener and org.eclipse.jst.jsp.core.taglib.ITaglibIndexDelta are now API interfaces; the API versions have breaking changes from earlier unsupported revisions

Back to the top