blob: c26e5cc3003d0c31b75437dd9d1de5682a90dafb [file] [log] [blame]
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../../../../..//default_style.css" type="text/css">
<link rel="stylesheet" href="../../../../..//webtools/wtp.css" type="text/css">
<title>Web Content Settings Migration</title>
<style>
<!--
p, ol, ul {
margin-bottom: 0em;
}
ol, ul {
margin-top: 0em;
}
-->
</style>
</head>
<body>
<table width="100%" cellspacing="5" cellpadding="2" border="0">
<tbody>
<tr>
<td width="60%" align="left"><font class="indextop">Web
Content Settings Migration</font> <br>
<font class="indexsub">structured source editing (sse)
component</font></td>
<td width="40%"><img width="120" hspace="50" height="86"
align="middle" src="http://eclipse.org//images/Idea.jpg"></td>
</tr>
</tbody>
</table>
<table border=1>
<tr>
<th>Date</th>
<th>Revision info</th>
</tr>
<tr>
<td>2/24/2006</td>
<td>Initial contribution</td>
</tr>
</table>
<table width="100%" cellspacing="5" cellpadding="2" border="0">
<col width="16">
<col width="*">
<tbody>
<tr>
<td valign="top" align="right">&nbsp;</td>
<td valign="top"><a name="top"></a></td>
</tr>
<tr>
<td valign="top" bgcolor="#0080c0" align="left" colspan="2"><b><font
face="Arial,Helvetica" color="#ffffff">Overview</font></b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td>
<td valign="top">
<p>This document is for clients who are already using the
internal content settings mechanism. In reality, no one should have
been using this mechanism because clients should access content
settings through another more public mechanism, like
PageDirectiveAdapter and HTMLDocumentTypeAdapter. The old internal
content settings mechanism may be deleted any time after WTP 1.5M6.</p>
</td>
</tr>
<tr>
<td valign="top" bgcolor="#0080c0" align="left" colspan="2"><b><font
face="Arial,Helvetica" color="#ffffff">Migration Notes</font></b></td>
</tr>
<tr>
<td valign="top" align="right">&nbsp;</td>
<td valign="top">
<p>wst.css.ui<br />
wst.css.ui.internal.content.properties<br />
<ul>
<li>ContentSettingsRegistry: This was just a utility class.
Just copy any methods you need into your own code.</li>
</ul>
wst.css.ui.internal.content.properties.ui<br />
<ul>
<li>CSSContentSettingsPropertyPage: Use
CSSWebContentSettingsPropertyPage instead.</li>
</ul>
wst.html.ui<br />
wst.html.ui.internal.contentproperties.ui<br />
<ul>
<li>AbstractDeviceProfileEntry: No longer needed, see bug
118359</li>
<li>AbstractDeviceProfileEntryProvider: No longer needed, see
bug 118359</li>
<li>ContentSettingsRegistry: This was just a utility class.
Just copy any methods you need into your own code.</li>
<li>DeviceProfileEntryProvider: No longer needed, see bug
118359</li>
<li>DeviceProfileEntryProviderBuilder: No longer needed, see
bug 118359</li>
<li>HTMLContentSettingsPropertyPage: Use
WebContentSettingsPropertyPage instead</li>
<li>ProjectContentSettingsPropertyPage: Use
ProjectWebContentSettingsPropertyPage instead</li>
</ul>
Extension point: <br />
<ul>
<li>org.eclipse.wst.html.ui.deviceProfileEntryProvider: No
longer needed, see bug 118359</li>
</ul>
wst.sse.ui <br />
wst.sse.ui.internal.contentproperties.ui <br />
<ul>
<li>ComboList: This is a helper widget that clients can just
copy and manage themselves.</li>
<li>ComboListOnPropertyPage: This is a helper widget that
clients can just copy and manage themselves.</li>
</ul>
wst.sse.core <br />
wst.sse.internal.contentproperties <br />
<ul>
<li>Everything in this package is deprecated. Use new Content
Settings mechanism described in "Code Usage" section of Web Content
Settings design document.</li>
</ul>
jst.jsp.core.internal.document.PageDirectiveAdapter no longer
implements IContentSettingsListener <br />
wst.html.core.internal.document.HTMLDocumentTypeAdapter no longer
implements IContentSettingsListener <br />
</td>
</tr>
</tbody>
</table>
</body>
</html>