org.apache.jasper.compiler

Class Node.AttributeGenerator

public static class Node.AttributeGenerator extends Node

Used as a placeholder for the evaluation code of a custom action attribute (used by the tag plugin machinery only).
Constructor Summary
AttributeGenerator(Mark start, String name, Node.CustomTag tag)
Method Summary
voidaccept(Node.Visitor v)
StringgetName()
Node.CustomTaggetTag()

Constructor Detail

AttributeGenerator

public AttributeGenerator(Mark start, String name, Node.CustomTag tag)

Method Detail

accept

public void accept(Node.Visitor v)

getName

public String getName()

getTag

public Node.CustomTag getTag()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.