|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The ClientEntry interface represents one client inside
of the client registry. It is accessed by the portlet container
to get information about the clients.
| Method Summary | |
CapabilityMap |
getCapabilityMap()
Returns all supported capablities as CapabilityMap. |
java.lang.String |
getManufacturer()
Returns the manufacturer of this client |
MimetypeMap |
getMimetypeMap()
Returns all supported mimetypes as MimeTypeMap. |
java.lang.String |
getModel()
Returns the model of this client |
java.lang.String |
getUseragentpattern()
Returns the pattern parameter of this client. |
java.lang.String |
getVersion()
Returns the version of this client |
void |
setManufacturer(java.lang.String name)
Sets the new manufacturer of this client |
void |
setModel(java.lang.String name)
Sets the new model of this client |
void |
setUseragentpattern(java.lang.String useragentpattern)
Sets the pattern used to match the user agent. |
void |
setVersion(java.lang.String name)
Sets the new version of this client |
| Methods inherited from interface org.apache.jetspeed.om.registry.RegistryEntry |
getDescription, getId, getMetaInfo, getName, getSecurity, getSecurityRef, getTitle, isHidden, setDescription, setHidden, setMetaInfo, setName, setSecurity, setSecurityRef, setTitle |
| Method Detail |
public java.lang.String getUseragentpattern()
public void setUseragentpattern(java.lang.String useragentpattern)
useragentpattern - the new patternpublic java.lang.String getManufacturer()
public void setManufacturer(java.lang.String name)
name - the new manufacturerpublic java.lang.String getModel()
public void setModel(java.lang.String name)
name - the new modelpublic java.lang.String getVersion()
public void setVersion(java.lang.String name)
name - the new versionpublic MimetypeMap getMimetypeMap()
MimeTypeMap.
The MimeTypeMap contains all mimetypes in decreasing
order of importance.
MimeTypeMappublic CapabilityMap getCapabilityMap()
CapabilityMap.
The CapabilityMap contains all capabilities in arbitrary
order.
CapabilityMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||