net.liftweb.sitemap.Loc

object Loc

object Loc

 extends ScalaObject


The Loc companion object, complete with a nice constructor


Companion: Loc

Source: Loc.scala(328)

Nested Classes

DataLoc, DispatchLocSnippets, EarlyResponse, HttpAuthProtected, If, IfValue, Link, LinkText, LocGroup, LocInfo, LocParam, LocSnippets, Snippet, Template, Test, TestAccess, TestValueAccess, Title, Unless, UnlessValue, UserLocParam, ValueTemplate,

 Constructors

def this

 Fields

ExtLink.. object ExtLink

 extends ScalaObject
Hidden.. case object Hidden
If this parameter is included, the item will not be visible in the menu, but will still be accessable


 extends LocParam[Any] with Product
HideIfNoKids.. case object HideIfNoKids
If the Loc has no children, hide the Loc itself


 extends LocParam[Any] with Product
Link.. object Link

 extends ScalaObject
LinkText.. object LinkText
The companion object to LinkText that contains some helpful implict conversion


 extends ScalaObject
PlaceHolder.. case object PlaceHolder
The Loc does not represent a menu itself, but is the parent menu for children (implies HideIfNoKids)


 extends LocParam[Any] with Product

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
alwaysTrue.. def alwaysTrue(a : Req) Boolean
apply.. def apply(name : String, link : Link[Unit], text : LinkText[Unit], params : List[LocParam[Unit]]) Loc[Unit]
apply.. def apply(name : String, link : Link[Unit], text : LinkText[Unit], params : LocParam[Unit]*)
Create a Loc (Location) instance [details]
param
params - -- access test, title calculation, etc.
link - -- the Link to the page
text - -- the text to display when the link is displayed
name - -- the name of the location. This must be unique across your entire sitemap. It's used to look up a menu item in order to create a link to the menu on a page.
Loc[Unit]
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
redirectToFailMsg.. implicit def redirectToFailMsg(in : => RedirectResponse) Function0
retString.. def retString(toRet : String)(other : Seq[(String, String)]) Full[String]
strFuncToFailMsg.. implicit def strFuncToFailMsg(in : () => String) Function0
strToFailMsg.. implicit def strToFailMsg(in : => String) Function0
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.