object LiftRules extends LiftRulesMocker
The Lift configuration singleton
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiftRules
- LiftRulesMocker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CometCreationPF = PartialFunction[CometCreationInfo, LiftCometActor]
- type DataAttributeProcessor = PartialFunction[(String, String, Elem, LiftSession), DataAttributeProcessorAnswer]
A partial function that allows processing of any attribute on an Elem if the attribute begins with "data-"
- type DispatchPF = PartialFunction[Req, () => Box[LiftResponse]]
- type ExceptionHandlerPF = PartialFunction[(util.Props.RunModes.Value, Req, Throwable), LiftResponse]
- type HttpAuthProtectedResourcePF = PartialFunction[Req, Box[Role]]
- type LiftRequestPF = PartialFunction[Req, Boolean]
A partial function that allows the application to define requests that should be handled by lift rather than the default handler
- type LiftTagPF = PartialFunction[(String, Elem, MetaData, NodeSeq, String), NodeSeq]
- type ResourceBundleFactoryPF = PartialFunction[(String, Locale), ResourceBundle]
- type RewritePF = PartialFunction[RewriteRequest, RewriteResponse]
- type SnippetDispatchPF = PartialFunction[String, DispatchSnippet]
- case class SnippetFailure(page: String, typeName: Box[String], failure: SnippetFailures.Value) extends Product with Serializable
Holds the failure information when a snippet can not be executed.
- type SnippetPF = PartialFunction[List[String], (NodeSeq) => NodeSeq]
- type SplitSuffixPF = PartialFunction[List[String], (List[String], String)]
- type StatelessReqTestPF = PartialFunction[StatelessReqTest, Boolean]
The test between the path of a request, the HTTP request, and whether that path should result in stateless servicing of that path
- type StatelessTestPF = PartialFunction[List[String], Boolean]
The test between the path of a request and whether that path should result in stateless servicing of that path
- type TagProcessor = PartialFunction[(String, Elem, LiftSession), DataAttributeProcessorAnswer]
The pattern/PartialFunction for matching tags in Lift
- type URINotFoundPF = PartialFunction[(Req, Box[Failure]), NotFound]
- type URLDecoratorPF = PartialFunction[String, String]
- type ViewDispatchPF = PartialFunction[List[String], Either[() => Box[NodeSeq], LiftView]]
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultFuncNameGenerator(runMode: util.Props.RunModes.Value): () => String
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- lazy val prodInstance: LiftRules
- def realInstance: LiftRules
Get the real instance of LiftRules
Get the real instance of LiftRules
- Definition Classes
- LiftRules → LiftRulesMocker
- 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()
- object SnippetFailures extends Enumeration