Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.clientIsSS

Discovers whether the current request is coming from a browser or from Satellite.

There are two variants:


ICS.clientIsSS

Given an ics object, determines whether the current request is coming from a browser or from Satellite.

Syntax

Parameters

ics
The current context.

Returns

Returns true if the client rquest is coming from Satellite. Returns false otherwise.


ICS.clientIsSS

Given an ics object, determines whether the current request is coming from a browser or from Satellite.

Syntax

Parameters

req
Specify an HttpServletRequest object.

Returns

Returns true if the client rquest is coming from Satellite. Returns false otherwise.

 

  Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.