| Interface | Description |
|---|---|
| RetrievedValueHolder<T> |
Holds typed value retrieved from page in thread local storage.
|
| Retriever<T> |
Composes all types able to retrieve typed object from page.
|
| Class | Description |
|---|---|
| AbstractRetriever<T> |
Retrieves the typed value from page and stores it as
ThreadLocal. |
| AttributeRetriever |
Retrieves the attribute with given attributeLocator.
|
| TextRetriever |
Retrieves the text for given elementLocator
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.