<sasads:StaticText>

Generate text.

Syntax

<sasads:StaticText
   [customAttributes="java.lang.String"]
   [encodedURL="true|false"]
   [epilog="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [model="java.lang.String"]
   [name="java.lang.String"]
   [prolog="java.lang.String"]
   [ref="java.lang.String"]
   [render="true|false"]
   [scope="java.lang.String"]
   [styleClass="java.lang.String"]
   [style="java.lang.String"]
   [target="java.lang.String"]
   [text="java.lang.String"]
   [URL="java.lang.String"]>
</sasads:StaticText>

Attributes

customAttributes
encodedURLSpecifies whether to encode the URL.
epilog
idCase-sensitive name used to identify the object instance.
instantiate
locale
modelThe StringDataInterface model for the StaticTextTag
name
prolog
ref
render
scope
styleClass
style
targetThe value of the TARGET= argument on the anchor tag
textText string that is displayed
URLThe URL to which the text should be linked.

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.beans.StaticTextInterface.

If you need to subclass the tag handler class for the sasads:StaticText tag, extend com.sas.taglib.servlet.beans.StaticTextTag.