net.liftweb.http.UserAgentCalculator

iPhoneCalcFunction

object iPhoneCalcFunction extends FactoryMaker[Box[(Box[String]) ⇒ Boolean]]

You can change the mechanism by which Lift calculates if the User-Agent represents an iPhone. Put your special calculation function in here

Linear Supertypes
UserAgentCalculator.FactoryMaker[Box[(Box[String]) ⇒ Boolean]], Vendor[Box[(Box[String]) ⇒ Boolean]], () ⇒ Box[(Box[String]) ⇒ Boolean], StackableMaker[Box[(Box[String]) ⇒ Boolean]], Maker[Box[(Box[String]) ⇒ Boolean]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. iPhoneCalcFunction
  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: 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 apply(): Box[(Box[String]) ⇒ Boolean]

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

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    The default function for vending an instance

  10. def doWith[F](addl: PValueHolder[Maker[Box[(Box[String]) ⇒ Boolean]]])(f: ⇒ F): F

    Changes to the stack of Makers made by this method are thread-local!

    Changes to the stack of Makers made by this method are thread-local!

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

    Changes to the stack of Makers made by this method are thread-local!

    Changes to the stack of Makers made by this method are thread-local!

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

    Changes to the stack of Makers made by this method are thread-local!

    Changes to the stack of Makers made by this method are thread-local!

    Definition Classes
    StackableMaker
  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 find(in: List[PValueHolder[Maker[Box[(Box[String]) ⇒ Boolean]]]]): Box[Box[(Box[String]) ⇒ Boolean]]

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

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

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

    Definition Classes
    Any
  20. implicit def make: Box[Box[(Box[String]) ⇒ Boolean]]

    Make a Box of the instance.

    Make a Box of the instance.

    Definition Classes
    FactoryMakerStackableMakerMaker
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

    The request specific Maker for creating an instance

  25. object session extends SessionVar[Maker[T]]

    The session-specific Maker for creating an instance

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

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

    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
  28. def toString(): String

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

    Vend an instance

    Vend an instance

    Definition Classes
    FactoryMakerVendor
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped