org.fusesource.scalate

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ClassPathBuilder extends AnyRef

  2. class DelegateResource extends Resource

    Attributes
    abstract
  3. case class FileResource (file: File, uri: String) extends WriteableResource with Product with Serializable

    Can act as a RichFile type interface too, adding a number of extra helper methods to make Files more rich

  4. case class FileResourceLoader (sourceDirectories: Traversable[File]) extends ResourceLoader with Product with Serializable

  5. class Lazy [T] extends AnyRef

    Represents a lazily loaded property

  6. trait Log extends AnyRef

  7. trait Logging extends AnyRef

    A Logging trait you can mix into an implementation class without affecting its public API

  8. class ObjectPool [T] extends AnyRef

    A simple Object Pool for objects that are expensive to create.

  9. trait Resource extends AnyRef

    Represents a string, file or URI based resource

  10. trait ResourceLoader extends AnyRef

    A strategy for loading Resource instances

  11. class ResourceNotFoundException extends Exception

  12. class SourceMap extends AnyRef

    Represents a source map (SMAP), which serves to associate lines of the input JSP file(s) to lines in the generated servlet in the final .

  13. class SourceMapStratum extends AnyRef

  14. case class SourceResource (uri: String, source: Source) extends TextResource with Product with Serializable

  15. case class StringResource (uri: String, text: String) extends TextResource with Product with Serializable

  16. class TextResource extends Resource

    Attributes
    abstract
  17. case class URLResource (url: URL) extends WriteableResource with Product with Serializable

  18. case class UnitOfMeasure (unitsName: String, unitName: String, parent: UnitOfMeasure, size: Double) extends Product with Serializable

  19. case class UriResource (uri: String, resourceLoader: ResourceLoader) extends DelegateResource with Product with Serializable

  20. trait WriteableResource extends Resource

    Not all resources are writeable so this optional trait is for those

Value Members

  1. object ClassFinder extends AnyRef

  2. object ClassLoaders extends AnyRef

  3. object Constraints extends AnyRef

  4. object Files extends AnyRef

  5. object IOUtil extends AnyRef

  6. object JavaInterops extends AnyRef

    Some helper methods for calling from Java

  7. object Log extends AnyRef

  8. object Measurements extends AnyRef

  9. object Objects extends AnyRef

    Helper object for working with objects using reflection

  10. object ProductReflector extends AnyRef

  11. object Resource extends AnyRef

    Helper methods to create a org.fusesource.scalate.support.Resource from various sources

  12. object ResourceLoader extends Log

  13. object Sequences extends AnyRef

    A collection of helper methods

  14. object SourceCodeHelper extends AnyRef

    Helpers that aid with Scala soruce code generation.

  15. object SourceMap extends AnyRef

  16. object SourceMapInstaller extends AnyRef

    Conversion from Java to Scala broke something.

  17. object Strings extends AnyRef

  18. object Threads extends AnyRef

  19. object URIs extends AnyRef

    Some helper methods for working with URIs and query strings

  20. object URLResource extends Log with Serializable

  21. object XmlHelper extends AnyRef