org.apache.tapestry5.corelib.base.AbstractLink

Provides base utilities for classes that generate clickable links.

[JavaDoc]

Component Parameters

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

Informal parameters: supported


Back to index