-
-
Constructor Summary
Constructors Constructor Description AtomProxy(Atom<T> atom, Matcher<?> matcher, List<AtomWatcherInterceptor> watcherInterceptors)
-
Method Summary
Modifier and Type Method Description List<Any>getArguments(ElementReference elementContext)Simply calls Atom.getArguments on wrapped atom. Ttransform(Evaluation evaluation)Calls watcher interceptors before Atom.transform on wrapped atom is called. StringgetScript()Simply calls Atom.getScript on wrapped atom. final Atom<T>getAtom()final Matcher<?>getMatcher()-
-
Constructor Detail
-
AtomProxy
AtomProxy(Atom<T> atom, Matcher<?> matcher, List<AtomWatcherInterceptor> watcherInterceptors)
-
-
Method Detail
-
getArguments
List<Any> getArguments(ElementReference elementContext)
Simply calls Atom.getArguments on wrapped atom.
- Parameters:
elementContext- null unless an ElementReference has been supplied to interact this atom with.
-
transform
T transform(Evaluation evaluation)
Calls watcher interceptors before Atom.transform on wrapped atom is called.
- Parameters:
evaluation- represents the results of a Javascript execution.
-
getMatcher
final Matcher<?> getMatcher()
-
-
-
-