<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

acceptoverrideaccept HTTP header
browsertypeoverridetype of browser
browserversionoverrideversion of browser
idCase-sensitive name used to identify the object instance.
instantiate
locale
ref
scope
useragentoverrideuser 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.