Class Set

  • All Implemented Interfaces:
    TagPlugin

    public class Set
    extends java.lang.Object
    implements TagPlugin
    Tag plugin for the JSTL <c:set> tag. Generates optimized Java source code to set a variable in a scope or set a property on a target object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Set()
      Construct a new Set tag plugin instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doTag​(TagPluginContext ctxt)
      Generate the Java source code equivalent of the <c:set> tag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Set

        public Set()
        Construct a new Set tag plugin instance.
    • Method Detail

      • doTag

        public void doTag​(TagPluginContext ctxt)
        Generate the Java source code equivalent of the <c:set> tag.
        Specified by:
        doTag in interface TagPlugin
        Parameters:
        ctxt - the tag plugin context used to generate Java source