public abstract class AbstractJspNodesTst extends Object
Constructor and Description |
---|
AbstractJspNodesTst() |
Modifier and Type | Method and Description |
---|---|
<T> void |
assertNumberOfNodes(Class<T> clazz,
String source,
int number) |
<T> Set<T> |
getNodes(Class<T> clazz,
String source)
Run the JSP parser on the source, and return the nodes of type clazz.
|
<T> Set<T> |
getNodesOfType(Class<T> clazz,
Set allNodes)
Return a subset of allNodes, containing the items in allNodes
that are of the given type.
|
Copyright © 2002-2013 InfoEther. All Rights Reserved.