object loginRedirect extends SessionVar[Box[String]]
If you want to redirect a user to a different page after login, put the page here
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- loginRedirect
- SessionVar
- LazyLoggable
- AnyVar
- AnyVarTrait
- HasCalcDefaultValue
- PSettableValueHolder
- SettableValueHolder
- Settable
- PValueHolder
- ValueHolder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
-
lazy val
__nameSalt: String
- Definition Classes
- loginRedirect → AnyVarTrait
-
def
apply(what: Box[String]): Box[String]
- Definition Classes
- AnyVarTrait
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType
- Definition Classes
- Settable
-
def
calcDefaultValue: Box[String]
- Attributes
- protected
- Definition Classes
- AnyVar → AnyVarTrait → HasCalcDefaultValue
-
def
clearFunc(name: String): Unit
- Attributes
- protected
- Definition Classes
- SessionVar → AnyVarTrait
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
doSync[F](f: ⇒ F): F
- Definition Classes
- SessionVar → AnyVarTrait
-
def
doWith[F](newVal: Box[String])(f: ⇒ F): F
- Definition Classes
- AnyVarTrait
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findFunc(name: String): Box[Box[String]]
- Attributes
- protected
- Definition Classes
- SessionVar → AnyVarTrait
-
def
get: Box[String]
- Definition Classes
- AnyVarTrait → ValueHolder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
is: Box[String]
- Definition Classes
- AnyVarTrait
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLoggable
- Annotations
- @transient()
-
lazy val
name: String
- Attributes
- protected
- Definition Classes
- AnyVarTrait
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
onChange(f: FuncType): Unit
- Definition Classes
- AnyVarTrait
-
def
onShutdown(session: CleanUpParam): Unit
- Attributes
- protected
- Definition Classes
- AnyVarTrait
-
def
performAtomicOperation[T](f: ⇒ T): T
- Definition Classes
- Settable
-
def
registerCleanupFunc(in: (LiftSession) ⇒ Unit): Unit
- Attributes
- protected
- Definition Classes
- SessionVar → AnyVarTrait
-
final
def
registerGlobalCleanupFunc(in: (CleanUpParam) ⇒ Unit): Unit
- Attributes
- protected
- Definition Classes
- AnyVarTrait
-
def
remove(): Unit
- Definition Classes
- AnyVarTrait
-
def
set(what: Box[String]): Box[String]
- Definition Classes
- AnyVarTrait → Settable
-
def
setFunc(name: String, value: Box[String]): Unit
- Attributes
- protected
- Definition Classes
- SessionVar → AnyVarTrait
-
def
setIfUnset(value: ⇒ Box[String]): Box[String]
- Definition Classes
- AnyVarTrait
-
def
set_?: Boolean
- Definition Classes
- AnyVarTrait
-
def
settingDefault_?: Boolean
- Attributes
- protected
- Definition Classes
- AnyVarTrait
-
def
showWarningWhenAccessedOutOfSessionScope_?: Boolean
- Definition Classes
- SessionVar
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
testWasSet(name: String, bn: String): Boolean
- Attributes
- protected
- Definition Classes
- SessionVar → AnyVarTrait
-
def
toString(): String
- Definition Classes
- AnyVarTrait → AnyRef → Any
-
def
update(f: (Box[String]) ⇒ Box[String]): Box[String]
- Definition Classes
- AnyVarTrait
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wasInitialized(name: String, bn: String): Boolean
- Attributes
- protected
- Definition Classes
- SessionVar → AnyVarTrait