package util
- Alphabetic
- Public
- All
Type Members
- class ClassPathBuilder extends AnyRef
- abstract class DelegateResource extends Resource
-
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
- case class FileResourceLoader(sourceDirectories: Iterable[File] = Iterable.empty) extends ResourceLoader with Product with Serializable
-
class
Lazy[T] extends AnyRef
Represents a lazily loaded property
Represents a lazily loaded property
- Version
$Revision : 1.1 $
- trait Log extends AnyRef
-
trait
Logging extends AnyRef
A Logging trait you can mix into an implementation class without affecting its public API
-
class
ObjectPool[T] extends AnyRef
A simple Object Pool for objects that are expensive to create.
-
trait
Resource extends AnyRef
Represents a string, file or URI based resource
-
trait
ResourceLoader extends AnyRef
A strategy for loading Resource instances
- class ResourceNotFoundException extends Exception
-
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.
- class SourceMapStratum extends AnyRef
- case class SourceResource(uri: String, source: Source) extends TextResource with Product with Serializable
- case class StringResource(uri: String, text: String) extends TextResource with Product with Serializable
- abstract class TextResource extends Resource
- case class URLResource(url: URL) extends WriteableResource with Product with Serializable
- case class UnitOfMeasure(unitsName: String, unitName: String, parent: UnitOfMeasure = null, size: Double = 0) extends Product with Serializable
- case class UriResource(uri: String, resourceLoader: ResourceLoader) extends DelegateResource with Product with Serializable
-
trait
WriteableResource extends Resource
Not all resources are writeable so this optional trait is for those
Value Members
- object ClassFinder
- object ClassLoaders
-
object
Constraints
- Version
$Revision: 1.1 $
- object Files
- object IOUtil
-
object
JavaInterops
Some helper methods for calling from Java
- object Log
- object Measurements
-
object
Objects
Helper object for working with objects using reflection
-
object
ProductReflector
- Version
$Revision : 1.1 $
-
object
Resource
Helper methods to create a org.fusesource.scalate.support.Resource from various sources
- object ResourceLoader extends Log
-
object
SourceCodeHelper
Helpers that aid with Scala soruce code generation.
- object SourceMap
-
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
- object Strings
- object Threads
-
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 $
- object URLResource extends Log with Serializable
-
object
XmlHelper
- Version
$Revision : 1.1 $