{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.admin
Interface ClientListLocator<T extends java.lang.Object & Client>
- Type Parameters:
- T - the client object served out of the model
- All Superinterfaces:
- Locator<T>
public interface ClientListLocator<T extends java.lang.Object & Client>- extends Locator<T>
Locator to find a client based on the user-agent string
- Since:
- 7.0
- See Also:
- ClientList
Method Summary T getClient(java.lang.String userAgent)
Gets the client object that matches the given user agent string.
Methods inherited from interface com.ibm.portal.Locator findByID, findByUniqueName
Method Detail getClient
T getClient(java.lang.String userAgent) throws DataException
- Gets the client object that matches the given user agent string.
- Parameters:
- userAgent - the user agent string from the http header
- Returns:
- client that corresponds to the user agent string
- Throws:
- DataException
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD