net.liftmodules.extras.snippet

AssetLoader

Related Docs: trait AssetLoader | package snippet

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: Any): Boolean

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

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

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

    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

    Definition Classes
    Any
  6. 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
  7. def buildAssetsMap(uri: String): Map[String, String]

  8. def clone(): AnyRef

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

    Definition Classes
    AssetLoader
  10. lazy val cssPath: String

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  20. def js: CssSel

    Definition Classes
    AssetLoader
  21. lazy val jsPath: String

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

    Definition Classes
    AssetLoader
  23. val logger: Logger

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

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

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

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

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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