- All Known Implementing Classes:
AreaTag,AreaTag,ATag,ATag,DispatchTag,FormTag,FormTag,ForwardTag,IframeTag,IframeTag,ImgTag,ImgTag,IncludeTag,InputTag,InputTag,LinkTag,LinkTag,RedirectTag,ScriptTag,ScriptTag,UrlTag,UrlTag
public interface ParamsAttribute
Something with a set of parameters.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
addParam
Adds a parameter.The conversion to string may be deferred, or the value may be streamed instead of being converted to a string. It is incorrect to change the state of the provided value; doing so may or may not affect the value of the resulting parameter.
When the value is an
Enum, the parameter value is obtained fromEnum.name()instead ofEnum.toString(). This is to intuitively use enums as parameters whenEnum.toString()is overridden.Default method is for backward compatibility only. Implementations should override this version.
-
addParam
Deprecated.UseaddParam(java.lang.String, java.lang.Object)instead.
-

addParam(java.lang.String, java.lang.Object)instead.