net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.regexp
Class JsfElFinder
java.lang.Object
net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.regexp.JsfElFinder
- All Implemented Interfaces:
- Iterable<ExpressionInfo>
public class JsfElFinder
- extends Object
- implements Iterable<ExpressionInfo>
Find JSF EL expressions in text using regular expressions and
iterate over the results.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsfElFinder
public JsfElFinder(String sourceText)
iterator
public Iterator<ExpressionInfo> iterator()
- Specified by:
iterator in interface Iterable<ExpressionInfo>
Copyright © 2011. All Rights Reserved.