|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
org.apache.jetspeed.capabilities | |
org.apache.jetspeed.capabilities.impl | |
org.apache.jetspeed.serializer.objects |
Uses of Client in org.apache.jetspeed.capabilities |
---|
Methods in org.apache.jetspeed.capabilities that return Client | |
---|---|
Client |
Capabilities.createClient(java.lang.String clientName)
Create a new client in the system or return the existing one if already exists |
Client |
Capabilities.findClient(java.lang.String userAgent)
Finds a client for a given userAgentPattern |
Client |
CapabilityMap.getClient()
Returns the Client for the CapabilityMap |
Client |
Capabilities.getClient(java.lang.String clientName)
Given a client name, look up the corresponding client object. |
Methods in org.apache.jetspeed.capabilities with parameters of type Client | |
---|---|
void |
Capabilities.deleteClient(Client client)
delete existing client from backend storage |
void |
CapabilityMap.setClient(Client client)
Sets the client for the CapabilityMap |
void |
Capabilities.storeClient(Client client)
Save client to backend storage |
Uses of Client in org.apache.jetspeed.capabilities.impl |
---|
Classes in org.apache.jetspeed.capabilities.impl that implement Client | |
---|---|
class |
ClientImpl
Simple implementation of the ClientRegistry interface. |
Methods in org.apache.jetspeed.capabilities.impl that return Client | |
---|---|
Client |
JetspeedCapabilities.createClient(java.lang.String clientName)
|
Client |
JetspeedCapabilities.findClient(java.lang.String userAgent)
Returns the client which matches the given useragent string. |
Client |
JetspeedCapabilities.getClient(java.lang.String clientName)
|
Methods in org.apache.jetspeed.capabilities.impl with parameters of type Client | |
---|---|
void |
JetspeedCapabilities.deleteClient(Client client)
|
void |
JetspeedCapabilities.storeClient(Client client)
|
Uses of Client in org.apache.jetspeed.serializer.objects |
---|
Constructors in org.apache.jetspeed.serializer.objects with parameters of type Client | |
---|---|
JSClient(Client c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |