|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.selenium.waiting.retrievers.AbstractRetriever<T>
T - the type of object to retrieve from pagepublic abstract class AbstractRetriever<T>
Retrieves the typed value from page and stores it as ThreadLocal.
| Constructor Summary | |
|---|---|
AbstractRetriever()
|
|
| Method Summary | |
|---|---|
T |
getValue()
Returns the last retrieved value. |
void |
initializeValue()
Initializes the value associated to this retriever internally. |
boolean |
isValueChanged()
|
abstract T |
retrieve()
|
void |
setValue(T value)
Initializes the value associated to this retriever with given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRetriever()
| Method Detail |
|---|
public T getValue()
RetrievedValueHolder
getValue in interface RetrievedValueHolder<T>public void initializeValue()
RetrievedValueHolder
initializeValue in interface RetrievedValueHolder<T>public void setValue(T value)
RetrievedValueHolder
setValue in interface RetrievedValueHolder<T>value - the value to associate with this retrieverpublic boolean isValueChanged()
public abstract T retrieve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||