Packages » Package html » Class HTMLIfNotUser

Class HTMLIfNotUser

Declaration:
<? class HTMLIfNotUser extends HTMLIfUser ?>

Description:
This is a conditional tag that will display its body if there is no user in the current session.

Parent Classes:
SDNode , SDElement , HTMLTag , HTMLIfUser

Authors:
  • Dennis Popel

Methods:
  • onOpen()
    Override this to take some action (possibly modify own children state and own attributes) and decide whether to process the body. Please note that this method can be called multiple times on the same instance if the tag is repeated with the body of parent tag.