net.liftweb.http.UserAgentCalculator

ieCalcFunction

object ieCalcFunction extends FactoryMaker[(Box[String]) ⇒ Box[Double]]

You can change the mechanism by which the user agent for IE is calculated by doing the Factory thing with this object

Linear Supertypes
UserAgentCalculator.FactoryMaker[(Box[String]) ⇒ Box[Double]], Vendor[(Box[String]) ⇒ Box[Double]], () ⇒ (Box[String]) ⇒ Box[Double], StackableMaker[(Box[String]) ⇒ Box[Double]], Maker[(Box[String]) ⇒ Box[Double]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ieCalcFunction
  2. FactoryMaker
  3. Vendor
  4. Function0
  5. StackableMaker
  6. Maker
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 apply(): (Box[String]) ⇒ Box[Double]

    Definition Classes
    Vendor → Function0
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. object default extends PSettableValueHolder[Vendor[T]]

    The default function for vending an instance

    The default function for vending an instance

    Definition Classes
    FactoryMaker
  8. def doWith[F](addl: PValueHolder[Maker[(Box[String]) ⇒ Box[Double]]])(f: ⇒ F): F

    Definition Classes
    StackableMaker
  9. def doWith[F](vFunc: () ⇒ (Box[String]) ⇒ Box[Double])(f: ⇒ F): F

    Definition Classes
    StackableMaker
  10. def doWith[F](value: (Box[String]) ⇒ Box[Double])(f: ⇒ F): F

    Definition Classes
    StackableMaker
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def find(in: List[PValueHolder[Maker[(Box[String]) ⇒ Box[Double]]]]): Box[(Box[String]) ⇒ Box[Double]]

    Attributes
    protected
    Definition Classes
    StackableMaker
  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. implicit def make: Box[(Box[String]) ⇒ Box[Double]]

    Make a Box of the instance.

    Make a Box of the instance.

    Definition Classes
    FactoryMaker → StackableMaker → Maker
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. object request extends RequestVar[Maker[T]]

    The request specific Maker for creating an instance

    The request specific Maker for creating an instance

    Definition Classes
    FactoryMaker
  23. object session extends SessionVar[Maker[T]]

    The session-specific Maker for creating an instance

    The session-specific Maker for creating an instance

    Definition Classes
    FactoryMaker
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def theDefault: PSettableValueHolder[Vendor[(Box[String]) ⇒ Box[Double]]]

    An alias for the default object so that it can be accessed from Java

    An alias for the default object so that it can be accessed from Java

    Definition Classes
    FactoryMaker
  26. def toString(): String

    Definition Classes
    Function0 → AnyRef → Any
  27. implicit def vend: (Box[String]) ⇒ Box[Double]

    Vend an instance

    Vend an instance

    Definition Classes
    FactoryMaker → Vendor
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UserAgentCalculator.FactoryMaker[(Box[String]) ⇒ Box[Double]]

Inherited from Vendor[(Box[String]) ⇒ Box[Double]]

Inherited from () ⇒ (Box[String]) ⇒ Box[Double]

Inherited from StackableMaker[(Box[String]) ⇒ Box[Double]]

Inherited from Maker[(Box[String]) ⇒ Box[Double]]

Inherited from AnyRef

Inherited from Any

Ungrouped