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
icsobject, 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
trueif the client rquest is coming from CS-Satellite. Returnsfalseotherwise.
ICS.clientIsSS
Given an
icsobject, 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
 HttpServletRequestobject.
Returns
Returns
trueif the client rquest is coming from CS-Satellite. Returnsfalseotherwise.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.