- 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
setClazzMethods inherited from interface com.aoapps.taglib.DataAttribute
addDataMethods inherited from interface com.aoapps.taglib.DirAttribute
setDirMethods inherited from interface com.aoapps.taglib.GlobalAttributes
getClazz, getData, getDir, getId, getStyleMethods inherited from interface com.aoapps.taglib.IdAttribute
setIdMethods 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 anullvalue are not added.- Throws:
IllegalArgumentException- WhenattrNameis not valid- See Also:
-
