net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.regexp
Class JsfElFinder

java.lang.Object
  extended by 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.


Constructor Summary
JsfElFinder(String sourceText)
           
 
Method Summary
 Iterator<ExpressionInfo> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfElFinder

public JsfElFinder(String sourceText)
Method Detail

iterator

public Iterator<ExpressionInfo> iterator()
Specified by:
iterator in interface Iterable<ExpressionInfo>


Copyright © 2011. All Rights Reserved.