Object

net.liftweb.http.UserAgentCalculator

iPadCalcFunction

Related Doc: package UserAgentCalculator

Permalink

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

You can change the mechanism by which Lift calculates if the User-Agent represents an iPad. 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. iPadCalcFunction
  2. FactoryMaker
  3. Vendor
  4. Function0
  5. StackableMaker
  6. Maker
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(): Box[(Box[String]) ⇒ Boolean]

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink

    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[(Box[String]) ⇒ Boolean]]])(f: ⇒ F): F

    Permalink

    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
  9. def doWith[F](vFunc: () ⇒ Box[(Box[String]) ⇒ Boolean])(f: ⇒ F): F

    Permalink

    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
  10. def doWith[F](value: Box[(Box[String]) ⇒ Boolean])(f: ⇒ F): F

    Permalink

    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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink

    Make a Box of the instance.

    Make a Box of the instance.

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

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

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

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

    Permalink

    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]]

    Permalink

    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

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

    Permalink

    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

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

    Permalink

    Vend an instance

    Vend an instance

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

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

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

    Permalink
    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