« DAOS and Transaction Logs |
Main|
Rendering ODF documents in your XPages »
XPages and server side JavaScript come quite some classes (and I'm not counting the Java classes you could use). We have:
- Class Library: DOM
- DOMAttr
- DOMCDATASection
- DOMCharacterData
- DOMComment
- DOMDocument
- DOMDocumentFragment
- DOMDocumentType
- DOMElement
- DOMEntity
- DOMEntityReference
- DOMException
- DOMImplementation
- DOMNamedNodeMap
- DOMNode
- DOMNodeList
- DOMNotation
- DOMProcessingInstruction
- DOMText
- DOMUtil
- NamespaceContext
- NamespaceContextImpl
- Class Library: Domino
- DirectoryNavigator
- NotesACL
- NotesACLEntry
- NotesAdministrationProcess
- NotesAgent
- NotesAgentContext
- NotesBase (recycle() is defined here)
- NotesColorObject
- NotesDatabase
- NotesDateRange
- NotesDateTime
- NotesDbDirectory
- NotesDirectory
- NotesDocument
- NotesDocumentCollection
- NotesDxlExporter
- NotesDxlImporter
- NotesEmbeddedObject
- NotesError
- NotesException
- NotesFactory
- NotesForm
- NotesInternational
- NotesItem
- NotesLog
- NotesMIMEEntity
- NotesMIMEHeader
- NotesName
- NotesNewsletter
- NotesNoteCollection
- NotesOutline
- NotesOutlineEntry
- NotesProperty (used in Mashups and composite apps)
- NotesPropertyBroker
- NotesRegistration
- NotesReplication
- NotesReplicationEntry
- NotesRichTextDoclink
- NotesRichTextItem
- NotesRichTextNavigator
- NotesRichTextParagraphStyle
- NotesRichTextRange
- NotesRichTextSection
- NotesRichTextStyle
- NotesRichTextTab
- NotesRichTextTable
- NotesSession
- NotesStream
- NotesView
- NotesViewColumn
- NotesViewEntry
- NotesViewEntryCollection
- NotesViewNavigator
- NotesXSLTResultTarget
- Class Library: Runtime
- Class Library: Standard
- Array
- Boolean
- Date
- Function
- Math
- Number
- Object
- RegExp
- String
- Class Library: XSP
- DirectoryUser
- NotesXspDocument
- NotesXspViewEntry
- XSPContext
- XSPUrl
- XSPUserAgent
- Function library: @Functions (with many functions- for the next time)
- Function library: XSP Functions (with many functions- for the next time)
That's it. Read the
full list with all properties and methods.
Disclaimer
This site is in no way affiliated, endorsed, sanctioned, supported, nor enlightened by Lotus Software nor IBM Corporation. I may be an employee, but the opinions, theories, facts, etc. presented here are my own and are in now way given in any official capacity. In short, these are my words and this is my site, not IBM's - and don't even begin to think otherwise. (Disclaimer shamelessly plugged from Rocky Oliver)
© 2003 - 2012 Stephan H. Wissel - all rights reserved as listed here:

Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an Attribution/NonCommercial/ShareAlike Creative Commons License, with the exception that no rights are granted -- since they are not mine to grant -- in any logo, graphic design, trademarks or trade names of any type.
Comments
Posted by Stephan H. Wissel At 16:28:24 On 01/26/2010 | - Website - |
Posted by Nathan T. Freeman At 15:31:36 On 01/26/2010 | - Website - |