| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Client
The Client interface represents the client device that the user connects to the portal with. It defines methods to obtain information about clients, e.g. browsers running on PCs, WAP phones, PDAs or on voice gateways.
Method Summary | |
---|---|
java.lang.String | getManufacturer()
Deprecated. Returns the name of the manufacturer of this client, or null if the name is not available. |
java.lang.String | getMarkupName()
Deprecated. Returns the preferred markup name that this client device supports. |
java.lang.String | getMimeType()
Deprecated. Returns the preferred mime-type that this client device supports. |
java.lang.String | getModel()
Deprecated. Returns the name of the model of this client, or null if the name is not available. |
java.lang.String | getUserAgent()
Deprecated. Returns the exact user agent that this client uses to identify itself to the portal. |
java.lang.String | getVersion()
Deprecated. Returns the version of the model of this client, or null if the version is not available. |
boolean | isCapableOf(Capability capability)
Deprecated. Returns whether this client has the given capability. |
boolean | isCapableOf(Capability[] capabilities)
Deprecated. Returns whether this client has the given capabilities. |
Method Detail |
---|
java.lang.String getManufacturer()
java.lang.String getModel()
java.lang.String getVersion()
java.lang.String getUserAgent()
boolean isCapableOf(Capability capability)
boolean isCapableOf(Capability[] capabilities)
java.lang.String getMimeType()
java.lang.String getMarkupName()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |