Class ScopeTag

  • All Implemented Interfaces:
    Tag

    public class ScopeTag
    extends TagSupport
    A tag which creates a new child variable scope for its body. So any variables defined within its body will no longer be in scope after this tag.
    Version:
    $Revision: 155420 $
    Author:
    James Strachan
    • Constructor Detail

      • ScopeTag

        public ScopeTag()