Package com.ibm.xsp.complex

Complex value binding classes.

See:
          Description

Interface Summary
EncodableObject Interface to be implemented by complex-types which can encode their own output HTML or JavaScript.
ValueBindingObject Please note, the implementation of get methods classes that implement this interface should delegate to the value binding as follows (this is for the "dir" property):
 

Class Summary
Attr An HTML or XHTML attribute to appear in the HTML output of the control or object containing this attribute.
Parameter The "xp:parameter" tag used in the XPage source.
ValueBindingObjectImpl Provides a base implementation for complex-types which need to support computed expressions.
ViewRootBaseUrl Complex-type used by a page for inserting a base URL.
 

Package com.ibm.xsp.complex Description

Complex value binding classes.