package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClassPathBuilder extends AnyRef
  2. abstract class DelegateResource extends Resource
  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: Iterable[File] = Iterable.empty) extends ResourceLoader with Product with Serializable
  5. class Lazy[T] extends AnyRef

    Represents a lazily loaded property

    Represents a lazily loaded property

    Version

    $Revision : 1.1 $

  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 .class file, according to the JSR-045 spec.

  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. abstract class TextResource extends Resource
  17. case class URLResource(url: URL) extends WriteableResource with Product with Serializable
  18. case class UnitOfMeasure(unitsName: String, unitName: String, parent: UnitOfMeasure = null, size: Double = 0) 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

  2. object ClassLoaders
  3. object Constraints

    Version

    $Revision: 1.1 $

  4. object Files
  5. object IOUtil
  6. object JavaInterops

    Some helper methods for calling from Java

  7. object Log

  8. object Measurements
  9. object Objects

    Helper object for working with objects using reflection

  10. object ProductReflector

    Version

    $Revision : 1.1 $

  11. object Resource

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

  12. object ResourceLoader extends Log
  13. object SourceCodeHelper

    Helpers that aid with Scala soruce code generation.

  14. object SourceMap
  15. object SourceMapInstaller

    Conversion from Java to Scala broke something..

    Conversion from Java to Scala broke something.. need to dig into this guy a little more before removing the SDEInstaller

  16. object Strings
  17. object Threads
  18. object URIs

    Some helper methods for working with URIs and query strings

    Some helper methods for working with URIs and query strings

    Version

    $Revision: 1.1 $

  19. object URLResource extends Log with Serializable
  20. object XmlHelper

    Version

    $Revision : 1.1 $

Ungrouped