nu.localhost.tapestry5.springsecurity.components.IfLoggedIn

Render it's body depending whether the user is logged in or not.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Since Description
else Block NOT Allow Null prop An alternate Block to render if the test parameter is false. The default, null, means render nothing in that situation.
negate boolean NOT Allow Null prop Optional parameter to invert the test. If true, then the body is rendered when the test parameter is false (not true).

Back to index