org.apache.tapestry5.corelib.base.AbstractConditional

Base class for If and Unless. Will render its body or the block from its else parameter. If it renders anything and it has an element name, then it renders the element and its informal parameters.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixSinceDescription
elseBlockNOT Allow NullliteralAn alternate Block to render if AbstractConditional#test() is false. The default, null, means render nothing in that situation.

Informal parameters: supported


Back to index