org.apache.jasper.compiler

Class Node.GetProperty

public static class Node.GetProperty extends Node

Represents a getProperty action
Constructor Summary
GetProperty(Attributes attrs, Mark start, Node parent)
GetProperty(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)

Constructor Detail

GetProperty

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

GetProperty

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

Method Detail

accept

public void accept(Node.Visitor v)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.