Type Members
-
type
CleanUpParam
= Box[LiftSession]
-
type
ValueType
= List[QueryParam[A]]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
__nameSalt
: String
-
-
def
asInstanceOf
[T0]
: T0
-
def
atomicUpdate
(f: (ValueType) ⇒ ValueType): ValueType
-
def
calcDefaultValue
: List[QueryParam[A]]
-
def
clearFunc
(name: String): Unit
-
def
clone
(): AnyRef
-
def
doSync
[F]
(f: ⇒ F): F
-
def
doWith
[F]
(newVal: List[QueryParam[A]])(f: ⇒ F): F
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
findFunc
(name: String): Box[List[QueryParam[A]]]
-
def
generateSnapshotRestorer
[T]
(): (() ⇒ T) ⇒ T
-
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
-
def
isInstanceOf
[T0]
: Boolean
-
def
logUnreadVal
: Boolean
-
lazy val
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onShutdown
(session: CleanUpParam): Unit
-
def
performAtomicOperation
[T]
(f: ⇒ T): T
-
def
registerCleanupFunc
(in: (Box[LiftSession]) ⇒ Unit): Unit
-
def
registerGlobalCleanupFunc
(in: (CleanUpParam) ⇒ Unit): Unit
-
def
remove
(): Unit
-
-
def
setFunc
(name: String, value: List[QueryParam[A]]): Unit
-
def
setIsUnset
(value: ⇒ List[QueryParam[A]]): List[QueryParam[A]]
-
def
set_?
: Boolean
-
def
settingDefault_?
: Boolean
-
def
snapshot
(): () ⇒ Unit
-
def
snapshotGroup
: Box[RequestVarSnapshotGroup]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
testWasSet
(name: String, bn: String): Boolean
-
def
toString
(): String
-
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
wasInitialized
(name: String, bn: String): Boolean
Inherited from HasLogUnreadVal
Inherited from HasCalcDefaultValue[List[QueryParam[A]]]
Inherited from PSettableValueHolder[List[QueryParam[A]]]
Inherited from SettableValueHolder
Inherited from Settable
Inherited from ValueHolder
Inherited from AnyRef
Inherited from Any