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"

(XML/JSP Components)
(XML/JSP Components)
Line 9: Line 9:
 
* 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
 +
* The following <code>hyperlinkDetectorTargets</code> were set up, so adopters can target their hyperlink detectors to the xml, html, jsp editors via the <code>org.eclipse.ui.workbench.texteditor.hyperlinkDetectors</code> extension point: <code>org.eclipse.core.runtime.xml, org.eclipse.wst.html.core.htmlsource, org.eclipse.jst.jsp.core.jspsource</code>
 +
  
 
[[Category:Eclipse Web Tools Platform Project]]
 
[[Category:Eclipse Web Tools Platform Project]]

Revision as of 13:38, 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
  • The following hyperlinkDetectorTargets were set up, so adopters can target their hyperlink detectors to the xml, html, jsp editors via the org.eclipse.ui.workbench.texteditor.hyperlinkDetectors extension point: org.eclipse.core.runtime.xml, org.eclipse.wst.html.core.htmlsource, org.eclipse.jst.jsp.core.jspsource

Back to the top