<sasads:Rocf>
The Rocf Custom Tag allows the user to manage SAS Connections within a JSP page.
Syntax
<sasads:Rocf
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[ref="java.lang.String"]
[scope="java.lang.String"]
[stop="true|false"]>
</sasads:Rocf>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|---|
instantiate | |
locale | |
ref | |
scope | |
stop | Stops the rocf connection if necessary |
More Information
To view the documentation for the related InformationBean, see com.sas.rmi.Rocf.
If you need to subclass the tag handler class for the sasads:Rocf tag, extend com.sas.taglib.rmi.RocfTag.