class Webgen::PathHandler::Base::Node
This is the Node
sub class used by the Base#create_node
method if a path handler class does not specify another Node
class.
Public Instance Methods
content()
link_to(*args, &block)
Does exactly the same as Webgen::Node#link_to
but replaces the HTML a-tag with a span-tag depending on the configuration option 'website.link_to_current_page'.
Calls superclass method
Webgen::Node#link_to
route_to(node, lang = @lang)
Does exactly the same as Webgen::Node#route_to
but also automatically adds the necessary item tracking information.
Calls superclass method
Webgen::Node#route_to
url()
Return the absolute URL of this node.
This method uses the configuration option 'website.base_url' for constructing the absolute URL.