Package | Description |
---|---|
org.apache.jetspeed.capabilities |
Modifier and Type | Method and Description |
---|---|
Client |
Capabilities.createClient(String clientName)
Create a new client in the system or return the existing one if already exists
|
Client |
Capabilities.findClient(String userAgent)
Finds a client for a given regex userAgentPattern
|
Client |
CapabilityMap.getClient()
Returns the Client for the CapabilityMap
|
Client |
Capabilities.getClient(String clientName)
Given a client name, look up the corresponding client object.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Client> |
Capabilities.getClients()
Obtain an iterator of all existing clients.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.