Class AndroidMessageResultTransform

    • Field Detail

      • _bean

        protected WebComponent _bean
        Instance of WebComponent being transformed.
    • Constructor Detail

      • AndroidMessageResultTransform

        public AndroidMessageResultTransform()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Transform
        Returns a textual description of the transform.
        Returns:
        The textual description of the transform.
      • getSupportedBeanType

        public java.lang.Class getSupportedBeanType()
        Description copied from interface: Transform
        Returns a root class/interface supported by this transform. We assume here that each transform supports only beans belonging to one class hierarchy.
        Returns:
        a root class/interface supported by this transform.
      • transform

        public void transform​(Transformable bean,
                              MarkupOutput out)
        Description copied from interface: Transform
        Transforms the data object and appends result to the transOut.
        Parameters:
        bean - an object to transform. It must be of proper type supported by the concrete transform this method called on, or ClassCastExcetption will be thrown
        out - the MarkupOutput object where the transform result will be added.
      • getAppContext

        protected AppContext getAppContext()
        Convenience method that returns the current AppContext. This method might return null if the Transform is used outside Microstrategy Web.
        Returns:
        AppContext instance related with the bean being transformed.