java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingFilteredTag
com.aoapps.taglib.ElementFilteredTag
- All Implemented Interfaces:
GlobalAttributes
,DynamicAttributes
,JspTag
,SimpleTag
public abstract class ElementFilteredTag
extends EncodingFilteredTag
implements GlobalAttributes, DynamicAttributes
Implements global attributes on
EncodingFilteredTag
.- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Adds a dynamic attribute.getClazz()
Getter required.getData()
Gets the HTML data attributes or an empty map when there are none.getDir()
getId()
getStyle()
void
void
void
setDynamicAttribute
(String uri, String localName, Object value) Deprecated.void
void
Methods inherited from class com.aoapps.encoding.taglib.EncodingFilteredTag
doTag, doTag, getContentType, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Field Details
-
global
-
-
Constructor Details
-
ElementFilteredTag
public ElementFilteredTag()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceGlobalAttributes
-
setId
-
getClazz
Description copied from interface:GlobalAttributes
Getter required. Because without it, we get the exception:Unable to find setter method for attribute: class
- Specified by:
getClazz
in interfaceGlobalAttributes
-
setClazz
-
getData
Description copied from interface:GlobalAttributes
Gets the HTML data attributes or an empty map when there are none.- Specified by:
getData
in interfaceGlobalAttributes
-
getDir
- Specified by:
getDir
in interfaceGlobalAttributes
-
setDir
-
getStyle
- Specified by:
getStyle
in interfaceGlobalAttributes
-
setStyle
-
addDynamicAttribute
protected boolean addDynamicAttribute(String uri, String localName, Object value, List<String> expectedPatterns) throws JspTagException Adds a dynamic attribute.- Returns:
true
when added, orfalse
when attribute not expected and has not been added.- Throws:
JspTagException
- See Also:
-
setDynamicAttribute
@Deprecated public void setDynamicAttribute(String uri, String localName, Object value) throws JspException Deprecated.You should probably be implementing inaddDynamicAttribute(java.lang.String, java.lang.String, java.lang.Object, java.util.List)
Sets a dynamic attribute.- Specified by:
setDynamicAttribute
in interfaceDynamicAttributes
- Throws:
JspException
- See Also:
-
addDynamicAttribute(java.lang.String, java.lang.String, java.lang.Object, java.util.List)