FUEL/0.2/API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
< [[FUEL/0.2]] | |||
__NOTOC__ | __NOTOC__ | ||
=== <code>Application</code> === | === <code>Application</code> === | ||
Revision as of 23:25, 9 January 2007
< FUEL/0.2
Application
Properties:
storageis aSessionStorage
Methods:
hasStore( String )returns aBooleangetStore( String )returns anStringsetStore( String, String )
Extension( String )
Properties:
storageis aSessionStorage
Methods:
hasStore( String )returns aBooleangetStore( String )returns anStringsetStore( String, String )
SessionStorage
Methods:
has( String )returns aBooleanget( String )returns anStringset( String, String )
Bookmarks
Methods:
find( Object )returnsArray<Bookmark>add( Bookmark )remove( Bookmark )
Bookmark( Object )
Properties:
titleis aString(Getter/Setter)urlis aString(Getter/Setter)descis aString(Getter/Setter)parentis aBookmark(Getter/Setter)typeis aString(container|folder|livemark|bookmark) (Getter/Setter)
Methods:
find( Object )returnsArray<Bookmark>
Database( String )
Methods:
prepare( String )returns aDatabaseQuery
DatabaseQuery
Methods:
execute( Object, ..., ObjectN )hasNext()returns aBooleannext()returns anObject