org.apache.jasper.compiler

Class Node.PlugIn

public static class Node.PlugIn extends Node

Represents a plugin action
Constructor Summary
PlugIn(Attributes attrs, Mark start, Node parent)
PlugIn(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.JspAttributegetHeight()
Node.JspAttributegetWidth()
voidsetHeight(Node.JspAttribute height)
voidsetWidth(Node.JspAttribute width)

Constructor Detail

PlugIn

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

PlugIn

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

Method Detail

accept

public void accept(Node.Visitor v)

getHeight

public Node.JspAttribute getHeight()

getWidth

public Node.JspAttribute getWidth()

setHeight

public void setHeight(Node.JspAttribute height)

setWidth

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