Schnittstelle OutTagDeclaration

Alle Superschnittstellen:
HasAutoSpacing, HasBinding, HasConverter, HasDecorationPosition, HasId, HasIdBindingAndRendered, HasLabel, HasLabelLayout, HasSanitize, HasTip, HasValue, IsPlain, IsRendered, IsVisual

Renders a text
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setCompact(String compact)
    Veraltet.
    since 4.3.0.
    void
    setCreateSpan(String createSpan)
    Veraltet.
    after 4.0.0 release.
    void
    setEscape(String escape)
    Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
    void
    setKeepLineBreaks(String keepLineBreaks)
    Flag indicating that new-line characters will be converted to HTML <br>.
    void
    setMessageFormat(String messageFormat)
    Activates formatting of the value with the method MessageFormat.format(String, Object...) A parameters the values of the children of type UIParameter are used.

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing

    setAutoSpacing

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasConverter

    setConverter

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPosition

    setHelpPosition, setMessagePosition

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel

    setLabel

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayout

    setLabelLayout

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasSanitize

    setSanitize

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

    setTip

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValue

    setValue

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsPlain

    setPlain

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Methodendetails

    • setEscape

      void setEscape(String escape)
      Flag indicating that characters that are sensitive in HTML and XML markup must be escaped.
    • setKeepLineBreaks

      void setKeepLineBreaks(String keepLineBreaks)
      Flag indicating that new-line characters will be converted to HTML <br>. This is useful for pre-formatted plain text. This has only an effect, with escape="true".
    • setCreateSpan

      @Deprecated void setCreateSpan(String createSpan)
      Veraltet.
      after 4.0.0 release. Use attribute 'plain' instead (IsPlain.setPlain(String)).
      Indicates that the renderer should create an element in the output language (e. g. an span or div tag around the output text). Use true, if you enable the possibility to apply styles to the output. Use false, if you want to keep the code small (especially inside of sheets).
    • setCompact

      @Deprecated void setCompact(String compact)
      Veraltet.
      since 4.3.0. Use attribute 'plain' instead.
      This attribute is useful if labelLayout=skip is set. Use true, if you want to only render the text (no surrounding tag). Use false, if you enable the possibility to apply styles to the output.
    • setMessageFormat

      void setMessageFormat(String messageFormat)
      Activates formatting of the value with the method MessageFormat.format(String, Object...) A parameters the values of the children of type UIParameter are used.
      Seit:
      5.5.0