logo

class

docCompiler::UriMapper

sys::Obj
  docCompiler::DocCompilerSupport
    docCompiler::UriMapper

UriMapper is used to normalize fandoc URIs into hrefs to their HTML file representation using relative URLs.

Slots

cache

Str:CachedUri cache := Str:docCompiler::CachedUri][:]

Source

fandocFrags

Str:FandocFrags fandocFrags := Str:docCompiler::FandocFrags][:]

Source

fandocUri

Str fandocUri

Source

frag

Str frag

Source

loc

Location loc

Source

make

new make(DocCompiler compiler)

Source

map

Uri map(Str fandocUri, Location loc)

Given a fandoc uri string, map it to a relative URL to the resource's HTML.

Source

targetIsCode

Bool targetIsCode

Source

targetIsSlot

Bool targetIsSlot

Source

targetUri

Uri targetUri

Source