Package | Description |
---|---|
org.zkoss.web.servlet |
Servlet relevant utilities.
|
Modifier and Type | Method and Description |
---|---|
static Servlets.ClientIdentifier |
Servlets.getClientIdentifier()
Returns the client identifier, or null if no such plugin.
|
Servlets.ClientIdentifier |
Servlets.ClientIdentifier.matches(java.lang.String userAgent)
Returns the information of the client if userAgent matches
this client, or null if not matched.
|
Modifier and Type | Method and Description |
---|---|
static void |
Servlets.setClientIdentifier(Servlets.ClientIdentifier clientId)
Sets the client identifier that is used to assist
Servlets.isBrowser(javax.servlet.ServletRequest, java.lang.String)
to identify a client. |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.