nitc :: MEntity :: web_url
self
# URL to `self` within the web interface. fun web_url: String do return "/doc/" / full_name
redef fun web_url do return "{mclass.web_url}/lin#{full_name}"
redef fun web_url do return "{mproperty.web_url}/lin#{full_name}"
redef var web_url = mclass.web_url is lazy
redef var web_url = mproperty.web_url is lazy
redef var web_url = mtype.web_url is lazy