FileDocCategorySizeDatePackage
ScriptingVariabler.javaAPI DocApache Tomcat 6.0.144550Fri Jul 20 04:20:36 BST 2007org.apache.jasper.compiler

ScriptingVariabler

public class ScriptingVariabler extends Object
Class responsible for determining the scripting variables that every custom action needs to declare.
author
Jan Luehe

Fields Summary
private static final Integer
MAX_SCOPE
Constructors Summary
Methods Summary
public static voidset(Node.Nodes page, ErrorDispatcher err)

	page.visit(new CustomTagCounter());
	page.visit(new ScriptingVariableVisitor(err));