<sasads:ClientInfo>
Enables the page to specifically override the client browser information in order to provide a specific markup or specialized content in the HTTP response.
Syntax
<sasads:ClientInfo
[acceptoverride="java.lang.String"]
[browsertypeoverride="java.lang.String"]
[browserversionoverride="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[ref="java.lang.String"]
[scope="java.lang.String"]
[useragentoverride="java.lang.String"]>
</sasads:ClientInfo>
Attributes
acceptoverride | accept HTTP header |
|---|---|
browsertypeoverride | type of browser |
browserversionoverride | version of browser |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
ref | |
scope | |
useragentoverride | user agent HTTP header |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.util.ClientInfo.
If you need to subclass the tag handler class for the sasads:ClientInfo tag, extend com.sas.taglib.servlet.util.ClientInfoTag.