<sas:StyleSheet>
Syntax
<sas:StyleSheet
[id="value"]
[instantiate="true|false"]
[ref="java.lang.String"]
[scope="page|request|session|application"]>
</sas:StyleSheet>
Attributes
id | Case-sensitive name used to identify the object instance. |
---|---|
instantiate | Flag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute. |
ref | The variable String value that represents an object created earlier in the same scope. |
scope | The scope (or page context) within which the reference is available. |
More Information
If you need to subclass the tag handler class for the sas:StyleSheet tag, extend com.sas.taglib.StyleSheetTag.