| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.waiting.ajax | |
| org.jboss.arquillian.ajocado.waiting.conversion | |
| org.jboss.arquillian.ajocado.waiting.retrievers |
| Modifier and Type | Method and Description |
|---|---|
Convertor<T,String> |
JavaScriptRetriever.getConvertor()
Gets the convertor for converting JavaScript representation to Object representation and vice versa.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PassOnConvertor<T>
Simple convertor which actually doesn't convert method, but it is passing it directly.
|
| Modifier and Type | Method and Description |
|---|---|
Convertor<String,String> |
TextRetriever.getConvertor()
Uses
PassOnConvertor to pass the JavaScript result to result value. |
Convertor<String,String> |
AttributeRetriever.getConvertor()
Uses
PassOnConvertor to pass the JavaScript result to result value. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.