Package

net.liftmodules

FoBoHL

Permalink

package FoBoHL

FoBo Highlight Toolkit Module

This FoBo toolkit module provides Highlight API and Resource components to the FoBo / FoBo Module, but can also be used as-is, see below for setup information.

If you are using this module via the FoBo/FoBo artifact module see also net.liftmodules.FoBo for setup information.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FoBoHL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    Permalink

    Initiate FoBo's Highlight API in you bootstrap liftweb Boot.

    Initiate FoBo's Highlight API in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoHL => FoBo}
     :
    FoBo.API.Init=FoBo.API.[API Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  2. sealed trait Resource extends AnyRef

    Permalink

    Initiate FoBo's Highlight Resource(s) in you bootstrap liftweb Boot.

    Initiate FoBo's Highlight Resource(s) in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoHL => FoBo}
     :
    FoBo.Resource.Init=FoBo.Resource.[Resource Object]

    Note: To see available objects click on the round trait icon in the header of this page.

  3. sealed trait Toolkit extends AnyRef

    Permalink

    Initiate FoBo's Highlight Toolkit(s) in you bootstrap liftweb Boot.

    Initiate FoBo's Highlight Toolkit(s) in you bootstrap liftweb Boot. Using the Toolkit initiation you will bring in both the toolkit's resources and FoBo/Lift API associated with the toolkit.

    Example:

    import net.liftmodules.{FoBoHL => FoBo}
     :
    FoBo.Toolkit.Init=FoBo.Toolkit.[Toolkit Object]

    Note: To see available objects click on the round trait icon in the header of this page.

Value Members

  1. object API extends API

    Permalink
  2. object Resource extends Resource

    Permalink
  3. object Toolkit extends Toolkit

    Permalink
  4. def toString(): String

    Permalink
    Definition Classes
    FoBoHL → AnyRef → Any

Inherited from AnyRef

Inherited from Any

Ungrouped