Interface ArgTagParent

All Known Implementing Classes:
InvokeStaticTag, InvokeTag, NewTag

public interface ArgTagParent
Interface for classes that support ArgTag children.
Version:
$Revision: 155420 $
Author:
Rodney Waldhoff
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addArgument(Class type, Object value)
     
  • Method Details

    • addArgument

      void addArgument(Class type, Object value)