org.apache.jasper.compiler

Class Node.ForwardAction

public static class Node.ForwardAction extends Node

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

ForwardAction

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

ForwardAction

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