org.apache.jasper.compiler

Class Node.ParamAction

public static class Node.ParamAction extends Node

Represents a param action
Constructor Summary
ParamAction(Attributes attrs, Mark start, Node parent)
ParamAction(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

ParamAction

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

ParamAction

public ParamAction(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.