case classDispatchHolder(name: String, dispatch: DispatchPF) extends Product with Serializable
DispatchHolder holds a partial function that maps a Req to a LiftResponse. It is
used for per-session dispatch, as opposed to global dispatch, which are handled
by the LiftRules.dispatch RulesSeq. This case class exists so that DispatchPFs may
be manipulated by name. See S.addHighLevelSessionDispatcher for example usage.
See also
# clearHighLevelSessionDispatcher
# removeHighLevelSessionDispatcher
# addHighLevelSessionDispatcher
# highLevelSessionDispatchList
LiftRules # dispatch
LiftResponse
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
DispatchHolder holds a partial function that maps a Req to a LiftResponse. It is used for per-session dispatch, as opposed to global dispatch, which are handled by the LiftRules.dispatch RulesSeq. This case class exists so that DispatchPFs may be manipulated by name. See S.addHighLevelSessionDispatcher for example usage.
# clearHighLevelSessionDispatcher
# removeHighLevelSessionDispatcher
# addHighLevelSessionDispatcher
# highLevelSessionDispatchList
LiftRules # dispatch
LiftResponse