net.liftmodules.extras.snippet

AssetLoader

object AssetLoader extends AssetLoader with SimpleInjector with Loggable

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

    Definition Classes
    SimpleInjector

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def artifactPath(ext: String): String

    Calculate the whole path to the artifact.

    Calculate the whole path to the artifact.

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

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

    Load the assets map produced by grunt-hash

    Load the assets map produced by grunt-hash

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

  10. def clone(): AnyRef

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

    Definition Classes
    AssetLoader
  12. lazy val cssPath: String

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  22. def js: CssSel

    Definition Classes
    AssetLoader
  23. lazy val jsPath: String

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

    Definition Classes
    AssetLoader
  25. val logger: Logger

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    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