net.liftmodules

FoBoGCP

package FoBoGCP

FoBo Google Code Prettify Toolkit Module

This FoBo toolkit module provides Google Code Prettify 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. FoBoGCP
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait API extends AnyRef

    Initiate FoBo's Google Code Prettify API in you bootstrap liftweb Boot.

    Initiate FoBo's Google Code Prettify API in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoGCP => 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 FoBoToolkit extends AnyRef

  3. sealed trait Resource extends AnyRef

    Initiate FoBo's Google Code Prettify Resource(s) in you bootstrap liftweb Boot.

    Initiate FoBo's Google Code Prettify Resource(s) in you bootstrap liftweb Boot.

    Example:

    import net.liftmodules.{FoBoGCP => 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.

  4. sealed trait Toolkit extends AnyRef

    Initiate FoBo's Google Code Prettify Toolkit(s) in you bootstrap liftweb Boot.

    Initiate FoBo's Google Code Prettify 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.{FoBoGCP => 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

  2. object Resource extends Resource

  3. object Toolkit extends Toolkit

  4. def toString(): String

    Definition Classes
    FoBoGCP → AnyRef → Any

Deprecated Value Members

  1. object InitParam extends FoBoToolkit

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoGCP.Toolkit.Init=FoBoPa.Toolkit.[Toolkit Object]

  2. object PrettifyJun2011 extends FoBoToolkit with Product with Serializable

    Enable usage of Prettify version Jun2011 in your bootstrap liftweb Boot.

    Enable usage of Prettify version Jun2011 in your bootstrap liftweb Boot.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Use FoBoGCP.Toolkit.Init=FoBoGCP.Toolkit.PrettifyJun2011

    Version

    Jun2011

    Example:

    FoBoGCP.InitParam.ToolKit=FoBoGCP.PrettifyJun2011
  3. def init(): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Init no longer nessesary as it is now automaticaly done for respective FoBoGCP.InitParam

Inherited from AnyRef

Inherited from Any

Ungrouped