Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.waiting.retrievers
Interface RetrievedValueHolder<T>

Type Parameters:
T - the type of object to store
All Known Subinterfaces:
JavaScriptRetriever<T>, Retriever<T>, SeleniumRetriever<T>
All Known Implementing Classes:
AbstractRetriever, AttributeRetriever, TextRetriever

public interface RetrievedValueHolder<T>

Holds typed value retrieved from page in thread local storage.

Version:
$Revision$
Author:
Lukas Fryc

Method Summary
 T getValue()
          Returns the last retrieved value.
 void initializeValue()
          Initializes the value associated to this retriever internally.
 void setValue(T value)
          Initializes the value associated to this retriever with given value.
 

Method Detail

initializeValue

void initializeValue()
Initializes the value associated to this retriever internally.


setValue

void setValue(T value)
Initializes the value associated to this retriever with given value.

Parameters:
value - the value to associate with this retriever

getValue

T getValue()
Returns the last retrieved value.

Returns:
the last retriever value.

Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.