Class ScopeTag

java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.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 Details

    • ScopeTag

      public ScopeTag()
  • Method Details