org.apache.jasper.compiler

Class Node.SetProperty

public static class Node.SetProperty extends Node

Represents a setProperty action
Constructor Summary
SetProperty(Attributes attrs, Mark start, Node parent)
SetProperty(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.JspAttributegetValue()
voidsetValue(Node.JspAttribute value)

Constructor Detail

SetProperty

public SetProperty(Attributes attrs, Mark start, Node parent)

SetProperty

public SetProperty(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)

Method Detail

accept

public void accept(Node.Visitor v)

getValue

public Node.JspAttribute getValue()

setValue

public void setValue(Node.JspAttribute value)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.