org.apache.jasper.compiler

Class Node.IncludeAction

public static class Node.IncludeAction extends Node

Represents an include action
Constructor Summary
IncludeAction(Attributes attrs, Mark start, Node parent)
IncludeAction(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.JspAttributegetPage()
voidsetPage(Node.JspAttribute page)

Constructor Detail

IncludeAction

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

IncludeAction

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

Method Detail

accept

public void accept(Node.Visitor v)

getPage

public Node.JspAttribute getPage()

setPage

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