Interface ArgsAttribute

All Known Implementing Classes:
ForwardTag, IncludeTag

public interface ArgsAttribute
Something with a set of arguments.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addArg(String name, Object value)
     
  • Method Details