NAME
Muster::Hook::Links - Muster hook for links
VERSION
version 0.92
SYNOPSIS
DESCRIPTION
Muster::Hook::Links processes for links.
METHODS
register
Initialize, and register hooks.
process
Process (scan or modify) a leaf object. In scanning phase, it may update the meta-data, in modify phase, it may update the content. May leave the leaf untouched.
my
$new_leaf
=
$self
->process(
%args
);
is_externallink
Is this an external link?
linkpage
Convert the link into a page-name.
externallink
Process an external link.
htmllink
Generate the HTML for a link.