Package

org.fusesource.scalate

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class ClassPathBuilder extends AnyRef

    Permalink
  2. abstract class DelegateResource extends Resource

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

    Permalink

    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

    Permalink
  5. class Lazy[T] extends AnyRef

    Permalink

    Represents a lazily loaded property

    Represents a lazily loaded property

    Version

    $Revision : 1.1 $

  6. trait Log extends AnyRef

    Permalink

  7. trait Logging extends AnyRef

    Permalink

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

  8. class ObjectPool[T] extends AnyRef

    Permalink

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

  9. trait Resource extends AnyRef

    Permalink

    Represents a string, file or URI based resource

  10. trait ResourceLoader extends AnyRef

    Permalink

    A strategy for loading Resource instances

  11. class ResourceNotFoundException extends Exception

    Permalink
  12. class SourceMap extends AnyRef

    Permalink

    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

    Permalink

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

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

    Permalink
  16. abstract class TextResource extends Resource

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

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

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

    Permalink
  20. trait WriteableResource extends Resource

    Permalink

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

Value Members

  1. object ClassFinder

    Permalink

  2. object ClassLoaders

    Permalink
  3. object Constraints

    Permalink

    Version

    $Revision: 1.1 $

  4. object Files

    Permalink
  5. object IOUtil

    Permalink
  6. object JavaInterops

    Permalink

    Some helper methods for calling from Java

  7. object Log

    Permalink

  8. object Measurements

    Permalink
  9. object Objects

    Permalink

    Helper object for working with objects using reflection

  10. object ProductReflector

    Permalink

    Version

    $Revision : 1.1 $

  11. object Resource

    Permalink

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

  12. object ResourceLoader extends Log

    Permalink
  13. object SourceCodeHelper

    Permalink

    Helpers that aid with Scala soruce code generation.

  14. object SourceMap

    Permalink
  15. object SourceMapInstaller

    Permalink

    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

    Permalink
  17. object Threads

    Permalink
  18. object URIs

    Permalink

    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

    Permalink
  20. object XmlHelper

    Permalink

    Version

    $Revision : 1.1 $

Ungrouped