Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.clientIsSS
Discovers whether the current request is coming from a browser or from CS-Satellite.
There are two variants:
ICS.clientIsSS
Given an
ics
object, determines whether the current request is coming from a browser or from CS-Satellite.Syntax
public static boolean clientIsSS(ICS ics)Parameters
ics
- The current context.
Returns
Returns
true
if the client rquest is coming from CS-Satellite. Returnsfalse
otherwise.
ICS.clientIsSS
Given an
ics
object, determines whether the current request is coming from a browser or from CS-Satellite.Syntax
public static boolean clientIsSS(HttpServletRequest req)Parameters
req
- Specify an
HttpServletRequest
object.
Returns
Returns
true
if the client rquest is coming from CS-Satellite. Returnsfalse
otherwise.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.