|
jacquard 1.10.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
| uk.co.weft.domutil.ContextElement
The use of this class is deprecated because most current DOM implementations won't handle nodes they didn't create. Sad, but there it is - if you use this your code will be at best fragile and unportable. Use ContextElmentGenerator instead. |
|
| uk.co.weft.domutil.TranslatingContextElement
The use of this class is deprecated because most current DOM implementations won't handle nodes they didn't create. Sad, but there it is - if you use this your code will be at best fragile and unportable. Use ContextElmentGenerator instead. |
|
| Deprecated Methods | |
| uk.co.weft.dbutil.Currency.coerceToDouble()
this isn't really safe because of possible rounding errors |
|
| uk.co.weft.dbutil.Context.comment(String)
don't use this. Write to your log instead if you have one; otherwise write to standard error (which is what this now does) |
|
| uk.co.weft.htform.ResultFormatter.composeActionURL(Context)
use composeActionURL( Context, Context) |
|
| uk.co.weft.dbutil.TableDescriptor.drop(Context, Object)
use drop( Context) instead. |
|
| uk.co.weft.dbutil.TableDescriptor.fetch(Context, Object)
use fetch( Context) instead. Returns a positive integer if successful; if exactFetchCount is true, the number of matching rows. |
|
| uk.co.weft.dbutil.ColumnDescriptor.formatForInsert(Context)
this has actually never worked as advertised and is wrong - probably for all purposes - but it has been in the toolkit so long that it is possible that some applications out there depend on its wrong behaviour, so this has not been corrected. If you are using it, consider formatForSelect( Context) instead. |
|
| uk.co.weft.htform.Form.generate(Context)
this is the future, but it isn't finished yet; expect some changes to the interface definition and XML |
|
| uk.co.weft.htform.WidgetSet.generate(Document, Context)
this method is not yet stable, may change in future. |
|
| uk.co.weft.domutil.ResultSetGenerator.generateRS(Document, Contexts, String)
use generateRS( Document, Contexts, String, String, int, int) instead |
|
| uk.co.weft.dbutil.Context.getConnection(String, String, String)
this is really horribly bad design. You should use ConnectionPool.getConnection() instead. |
|
| uk.co.weft.dbutil.Context.getKeys()
probably better to use keys() |
|
| uk.co.weft.htform.FormLayout.getPrompt(Context, Widget)
use Widget.getPrompt( Context) |
|
| uk.co.weft.htform.ResourceConsumerImpl.getResource(String, Context)
i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
|
| uk.co.weft.htform.Servlet.getResource(String, Context)
i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
|
| uk.co.weft.htform.ResourceConsumer.getResource(String, Context)
i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
|
| uk.co.weft.htform.ResourceConsumerImpl.getResourceString(String, Context)
i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
|
| uk.co.weft.htform.Servlet.getResourceString(String, Context)
i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
|
| uk.co.weft.htform.ResourceConsumer.getResourceString(String, Context)
i18n code is still experimental and the only call I commit to supporting in the longer term is grs(String,Context) |
|
| uk.co.weft.htform.Page.getStylesheet(Context)
probably better to use getStylesheets(Context) |
|
| uk.co.weft.htform.Page.getTitle()
use getTitle( Context) in preference |
|
| uk.co.weft.dbutil.Context.getValue(String)
probably better to use get() |
|
| uk.co.weft.htform.ResourceConsumerImpl.grs(String)
use grs(String,Context) |
|
| uk.co.weft.htform.Servlet.grs(String)
use grs(String,Context) |
|
| uk.co.weft.htform.ResourceConsumer.grs(String)
use grs(String,Context) |
|
| uk.co.weft.htform.Servlet.init(ServletConfig)
Forms now work both as Servlets and DocumentGenerators; in Jacquard 2.0 they will act primarily as DocumentGenerators. ServletConfig may not be available to a DocumentGenerator (e.g. when it isn't called from a Servlet). So it's better ( more general) to specialise init( Context) than init( ServletConfig). If you do the former your forms will work whether or not they're called from Servlets; if the latter only when called from Servlets. |
|
| uk.co.weft.htform.ResultFormatter.layout(Context)
not thread safe. Use layout( data, context). |
|
| uk.co.weft.htform.ResultFormatter.layoutFirst(Context)
no non-deprecated replacement at present. |
|
| uk.co.weft.dbutil.TableDescriptor.match(Context, Vector, Connection)
experimental; may be withdrawn |
|
| uk.co.weft.htform.Widget.onloadRequest()
use onloadRequest( Context) instead |
|
| uk.co.weft.domutil.TranslatingContextElement.populate(Document, String, Context)
|
|
| uk.co.weft.htform.TableWrapperForm.populateForm(Object, Context)
specialise fetch( Context) instead. |
|
| uk.co.weft.dbutil.Context.putValue(String, Object)
probably better to use put() |
|
| uk.co.weft.dbutil.Context.releaseConnection(Connection, boolean)
setting dontCloseStatements to true may be associated with connection pool leaks: use with great caution. |
|
| uk.co.weft.dbutil.ConnectionPool.releaseConnection(Connection, boolean)
setting dontCloseStatements to true may be associated with connection pool leaks: use with great caution. |
|
| uk.co.weft.htform.Widget.scriptRequest()
use scriptRequest( Context) instead |
|
| uk.co.weft.dbutil.TableDescriptor.store(Context, Object)
use store( Context) instead. |
|
|
jacquard 1.10.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||