Class Node.UseBean

java.lang.Object
org.apache.jasper.compiler.Node
org.apache.jasper.compiler.Node.UseBean
All Implemented Interfaces:
TagConstants
Enclosing class:
Node

public static class Node.UseBean extends Node
Represents a useBean action
  • Method Details

    • accept

      public void accept(Node.Visitor v) throws JasperException
      Throws:
      JasperException
    • setBeanName

      public void setBeanName(Node.JspAttribute beanName)
      Sets the bean name attribute for this useBean action.
      Parameters:
      beanName - The bean name to set
    • getBeanName

      public Node.JspAttribute getBeanName()
      Returns the bean name attribute of this useBean action.
      Returns:
      The bean name attribute