org.fusesource.scalate

util

package util

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: Traversable[File] = None) 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. 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

  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

  11. object Resource

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

  12. object ResourceLoader extends Log

  13. object Sequences

    A collection of helper methods

  14. object SourceCodeHelper

    Helpers that aid with Scala soruce code generation.

  15. object SourceMap

  16. object SourceMapInstaller

    Conversion from Java to Scala broke something.

  17. object Strings

  18. object Threads

  19. object URIs

    Some helper methods for working with URIs and query strings

  20. object URLResource extends Log with Serializable

  21. object XmlHelper

Ungrouped