Class RemoveTag

java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.RemoveTag
All Implemented Interfaces:
Tag

public class RemoveTag extends TagSupport
A tag which removes the variable of the given name from the current variable scope.
Version:
$Revision: 155420 $
Author:
James Strachan
  • Constructor Details

    • RemoveTag

      public RemoveTag()
  • Method Details