Class Resource


  • public class Resource
    extends java.lang.Object
    Since:
    MicroStrategy Web 7.5.1
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document getDocument()
      Returns the document contents of the resource.
      java.lang.String getString()
      Returns the string contents of the resource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getString

        public java.lang.String getString()
        Returns the string contents of the resource
        Returns:
        the string contents of the resource
      • getDocument

        public org.w3c.dom.Document getDocument()
        Returns the document contents of the resource. Note that the DOM returned is not thread safe. Before using it in a multi-threaded environment, it is strongly recommended to synchronize on owning Resource.
        Returns:
        the document contents of the resource