RT 4.4.4 Documentation

RT::URI::base

Go to latest version →

NAME

RT::URI::base

DESCRIPTION

A baseclass (and fallback) RT::URI handler. Every URI handler needs to handle the API presented here

API

new

Create a new URI handler

AsString

Return a "pretty" string representing the URI object.

This is meant to be used like this:

 % $re = $uri->Resolver;
 <A HREF="<% $re->HREF %>"><% $re->AsString %></A>
← Back to index