- All Superinterfaces:
ClassAttribute
,DataAttribute
,DirAttribute
,GlobalAttributes
,IdAttribute
,StyleAttribute
- All Known Implementing Classes:
AreaTag
,AreaTag
,ATag
,ATag
,BaseTag
,BaseTag
,BrTag
,BrTag
,ColTag
,ColTag
,ElementBufferedBodyTag
,ElementBufferedTag
,ElementNullBodyTag
,ElementNullTag
,FormTag
,FormTag
,HrTag
,HrTag
,IframeTag
,IframeTag
,ImgTag
,ImgTag
,InputTag
,InputTag
,LinkTag
,LinkTag
,MetaTag
,MetaTag
,OptionTag
,OptionTag
,ScriptTag
,ScriptTag
,SelectTag
,SelectTag
,TextareaTag
,TextareaTag
public interface GlobalBufferedAttributes
extends GlobalAttributes, IdAttribute, ClassAttribute, DataAttribute, DirAttribute, StyleAttribute
Global attributes when used in a buffered context.
These attributes may be set from nested tags due to the buffering.
- Author:
- AO Industries, Inc.
-
Method Summary
Methods inherited from interface com.aoapps.taglib.ClassAttribute
setClazz
Methods inherited from interface com.aoapps.taglib.DataAttribute
addData
Methods inherited from interface com.aoapps.taglib.DirAttribute
setDir
Methods inherited from interface com.aoapps.taglib.GlobalAttributes
getClazz, getData, getDir, getId, getStyle
Methods inherited from interface com.aoapps.taglib.IdAttribute
setId
Methods inherited from interface com.aoapps.taglib.StyleAttribute
setStyle
-
Method Details
-
setData
Replaces all the data with the provided HTML attribute names and values. Entries will anull
value are not added.- Throws:
IllegalArgumentException
- WhenattrName
is not valid- See Also:
-