Object/Trait

net.liftmodules.extras.snippet

AssetLoader

Related Docs: trait AssetLoader | package snippet

Permalink

object AssetLoader extends AssetLoader with SimpleInjector with Loggable

Annotations
@deprecated
Deprecated

(Since version 0.7) No longer supported. Copy to your project if still using.

Linear Supertypes
SimpleInjector, Injector, AssetLoader, Loggable, DispatchSnippet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssetLoader
  2. SimpleInjector
  3. Injector
  4. AssetLoader
  5. Loggable
  6. DispatchSnippet
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DispatchIt = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Permalink
    Definition Classes
    DispatchSnippet
  2. abstract class Inject[T] extends StackableMaker[T] with Vendor[T]

    Permalink
    Definition Classes
    SimpleInjector

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def artifactPath(ext: String): String

    Permalink

    Calculate the whole path to the artifact.

    Calculate the whole path to the artifact.

    Attributes
    protected
    Definition Classes
    AssetLoader
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val assetsMap: Map[String, String]

    Permalink

    Load the assets map produced by grunt-hash

    Load the assets map produced by grunt-hash

    Attributes
    protected
    Definition Classes
    AssetLoader
  7. def buildAssetsMap(uri: String): Map[String, String]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def css: CssSel

    Permalink
    Definition Classes
    AssetLoader
  10. lazy val cssPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    AssetLoader
  11. def cssdev(in: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    AssetLoader
  12. def dispatch: PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Permalink
    Definition Classes
    AssetLoader → DispatchSnippet
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit def inject[T](implicit man: Manifest[T]): Box[T]

    Permalink
    Definition Classes
    SimpleInjector → Injector
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def js: CssSel

    Permalink
    Definition Classes
    AssetLoader
  21. lazy val jsPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    AssetLoader
  22. def jsdev(in: NodeSeq): NodeSeq

    Permalink
    Definition Classes
    AssetLoader
  23. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def registerInjection[T](f: () ⇒ T)(implicit man: Manifest[T]): Unit

    Permalink
    Definition Classes
    SimpleInjector
  28. def sourcesListFromResource(uri: String): List[String]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SimpleInjector

Inherited from Injector

Inherited from AssetLoader

Inherited from Loggable

Inherited from DispatchSnippet

Inherited from AnyRef

Inherited from Any

Ungrouped