public interface Client
The ClientEntry interface represents one client inside
of the client registry. It is accessed by the portlet container
to get information about the clients.
| Modifier and Type | Method and Description |
|---|---|
Collection<Capability> |
getCapabilities()
Returns all supported capablities as
CapabilityMap. |
int |
getClientId()
Get Client ID
|
int |
getEvalOrder() |
String |
getManufacturer()
Returns the manufacturer of this client
|
Collection<MimeType> |
getMimetypes()
Returns all supported mimetypes as
MimeTypeMap. |
String |
getModel()
Returns the model of this client
|
String |
getName() |
int |
getPreferredMimeTypeId()
getPreferredMimeTypeId
|
String |
getUserAgentPattern()
Returns the pattern parameter of this client.
|
String |
getVersion()
Returns the version of this client
|
void |
setCapabilities(Collection<Capability> capabilities)
Assigns a list of capabilities
|
void |
setClientId(int id)
Set Client ID -- Assigns the Client ID
|
void |
setEvalOrder(int evalOrder) |
void |
setManufacturer(String name)
Sets the new manufacturer of this client
|
void |
setMimetypes(Collection<MimeType> mimetypes)
Set MimeTypes
|
void |
setModel(String name)
Sets the new model of this client
|
void |
setName(String name) |
void |
setPreferredMimeTypeId(int mimeTypeId)
setPreferredMimeTypeId
|
void |
setUserAgentPattern(String useragentpattern)
Sets the pattern used to match the user agent.
|
void |
setVersion(String name)
Sets the new version of this client
|
void setClientId(int id)
id - int getClientId()
int getEvalOrder()
void setEvalOrder(int evalOrder)
String getUserAgentPattern()
void setUserAgentPattern(String useragentpattern)
useragentpattern - the new patternString getManufacturer()
void setManufacturer(String name)
name - the new manufacturerString getModel()
void setModel(String name)
name - the new modelString getVersion()
void setVersion(String name)
name - the new versionCollection<MimeType> getMimetypes()
MimeTypeMap.
The MimeTypeMap contains all mimetypes in decreasing
order of importance.MimeTypevoid setMimetypes(Collection<MimeType> mimetypes)
mimetypes - String getName()
void setName(String name)
Collection<Capability> getCapabilities()
CapabilityMap.
The CapabilityMap contains all capabilities in arbitrary
order.CapabilityMapvoid setCapabilities(Collection<Capability> capabilities)
capabilities - int getPreferredMimeTypeId()
void setPreferredMimeTypeId(int mimeTypeId)
mimeTypeId - to be set as preferred mimeTypeCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.