Class Node.UseBean

  • All Implemented Interfaces:
    TagConstants
    Enclosing class:
    Node

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

      • 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