class LiftRulesGuardedSetting[T] extends LiftValue[T] with HasCalcDefaultValue[T]
This class encapsulates a mutable LiftRules setting which guards its value against changes which can produce unexpected results in a Lift application.
- T
the type of the setting
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiftRulesGuardedSetting
- HasCalcDefaultValue
- LiftValue
- PSettableValueHolder
- SettableValueHolder
- Settable
- PValueHolder
- ValueHolder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LiftRulesGuardedSetting(name: String, default: T)
- name
the name of the LiftRules setting (an unfortunate duplication of the name given on LiftRules itself).
- default
the default value of this setting
Type Members
- type ValueType = T
- Definition Classes
- PValueHolder → ValueHolder
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atomicUpdate(f: (ValueType) => ValueType): ValueType
- Definition Classes
- Settable
- def calcDefaultValue: T
- Attributes
- protected
- Definition Classes
- LiftRulesGuardedSetting → HasCalcDefaultValue
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val default: T
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get: T
- Definition Classes
- LiftRulesGuardedSetting → ValueHolder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def is: T
- Definition Classes
- LiftValue
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def performAtomicOperation[T](f: => T): T
- Definition Classes
- Settable
- def set(value: T): T
- Definition Classes
- LiftRulesGuardedSetting → Settable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()