Groovy Documentation

controllers
Class PathElement

java.lang.Object
  controllers.PathElement

class PathElement

Represents a path element in breadcrumb


Property Summary
String path

anchor url

String string

anchor text to show

 
Constructor Summary
PathElement()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

path

String path
anchor url


string

String string
anchor text to show


 
Constructor Detail

PathElement

PathElement()


 

Groovy Documentation