org.apache.tapestry.corelib.base.AbstractLink

Provides base utilities for classes that generate clickable links.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
anchorStringliteralAn anchor value to append to the generated URL (the hash separator will be added automatically).
disabledbooleanfalsepropIf true, then then no link element is rendered (and no informal parameters as well). The body is, however, still rendered.

Back to index