| java.lang.Object com.sun.mobile.cdm.MAPClientDetector
All known Subclasses: com.sun.mobile.cdm.CCPPClientDetector,
MAPClientDetector | public class MAPClientDetector implements ClientDetectionInterface(Code) | | |
DIMENSION_DELIMITER | final public static String DIMENSION_DELIMITER(Code) | | |
DIM_DELIM_INCOMING | final public static String DIM_DELIM_INCOMING(Code) | | |
HTTP_USER_AGENT | final public static String HTTP_USER_AGENT(Code) | | |
debug | protected static Debug debug(Code) | | |
mngr | protected static DefaultClientTypesManager mngr(Code) | | Create an instance of MAPClientTypesManager, because
we need a way of adding new clientdata for the merge
with internal/external dbs. Also the Clientdetectioninterface
does not have all the methods we need. It also shouldn't be
a problem if we store the data in static members. (Justification:
IS6.0 already does this - it createsatleast 3 instances of
ClientTypesManager).
|
MAPClientDetector | public MAPClientDetector()(Code) | | |
addClient | protected Client addClient(String ct, Map cMap, boolean internal) throws AMClientCapException(Code) | | Parameters: internal - true indicates save in persistent store. |
getClientType | public String getClientType(HttpServletRequest request) throws ClientDetectionException(Code) | | The implementation of the Interface method.
|
|
|