MicroStrategy ONE
Transformable Interface
All Web Beans extend the Transformable interface. Web Beans are self-rendering or transformable. That is, they employ Transform objects that specialize in taking data conforming to a given bean’s structure, and transforming it into final content via a MarkupOutput object. The final content is typically HTML, but may also include other formats, such as Wireless Markup Language (WML), plain text, or binary data.
See also
-
ReportBean: Code Sample
-
PromptsBean: Code Sample