Type Members
-
-
type
DispatchPF
= PartialFunction[Req, () ⇒ Box[LiftResponse]]
-
type
ExceptionHandlerPF
= PartialFunction[(Value, Req, Throwable), LiftResponse]
-
type
HttpAuthProtectedResourcePF
= PartialFunction[Req, Box[Role]]
-
type
LiftRequestPF
= PartialFunction[Req, Boolean]
-
type
LiftTagPF
= PartialFunction[(String, Elem, MetaData, NodeSeq, String), NodeSeq]
-
type
ResourceBundleFactoryPF
= PartialFunction[(String, Locale), ResourceBundle]
-
-
type
SnippetDispatchPF
= PartialFunction[String, DispatchSnippet]
-
case class
SnippetFailure
(page: String, typeName: Box[String], failure: Value) extends Product with Serializable
-
type
SnippetPF
= PartialFunction[List[String], (NodeSeq) ⇒ NodeSeq]
-
type
SplitSuffixPF
= PartialFunction[List[String], (List[String], String)]
-
type
StatelessReqTestPF
= PartialFunction[StatelessReqTest, Boolean]
-
type
StatelessTestPF
= PartialFunction[List[String], Boolean]
-
type
URINotFoundPF
= PartialFunction[(Req, Box[Failure]), NotFound]
-
type
URLDecoratorPF
= PartialFunction[String, String]
-
type
ViewDispatchPF
= PartialFunction[List[String], Either[() ⇒ Box[NodeSeq], LiftView]]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
lazy val
prodInstance
: LiftRules
-
def
realInstance
: LiftRules
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
The Lift configuration singleton