Class MessageCatalogResource

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getFile

        public java.lang.String getFile()
        StreamableResourceSourceImpl needs a file, and a suffix, to determine the content type.
        Specified by:
        getFile in interface Resource
        Overrides:
        getFile in class VirtualResource
      • toURL

        public java.net.URL toURL()
        To work as a streamable resource, must return a value (or null) from toURL.
        Specified by:
        toURL in interface Resource
        Overrides:
        toURL in class VirtualResource
      • openStream

        public java.io.InputStream openStream()
                                       throws java.io.IOException
        Description copied from interface: Resource
        Opens a stream to the content of the resource, or returns null if the resource does not exist. The native input stream supplied by the resource is wrapped in a BufferedInputStream.
        Returns:
        an open, buffered stream to the content, if available
        Throws:
        java.io.IOException