Alle bekannten Unterschnittstellen:
ButtonTagDeclaration, EventTagDeclaration, LinkTagDeclaration, SheetPageCommandTagDeclaration

public interface HasLink
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Link to an arbitrary URL, either an internal link or an external link.
  • Methodendetails

    • setLink

      void setLink(String link)

      Link to an arbitrary URL, either an internal link or an external link. For internal URLs, a session id will be added, if needed (when cookies disabled). The context path needs to be added manually e.g. #{request.contextPath}. For JSF navigation to a viewId use the outcome attribute!

      The semantic of this attributes has been changed from Tobago 3 to 4!