Uses of Class
org.apache.struts2.views.java.Attributes
Packages that use Attributes
-
Uses of Attributes in org.apache.struts2.views.java
Methods in org.apache.struts2.views.java that return AttributesModifier and TypeMethodDescriptionAttributes.addDefaultToEmpty
(String attrName, Object paramValue) Add a key/value pair to the attributes, if the value is null, it will be set as an empty string.Attributes.addDefaultToEmpty
(String attrName, Object paramValue, boolean encode) Add a key/value pair to the attributes, if the value is null, it will be set as an empty string.Attributes.addIfExists
(String attrName, Object paramValue) Add a key/value pair to the attributes only if the value is not null.Attributes.addIfExists
(String attrName, Object paramValue, boolean encode) Add a key/value pair to the attributes only if the value is not null.Add a key/value pair to the attributes only if the value is not null and is a boolean with a value of 'true'.Methods in org.apache.struts2.views.java with parameters of type AttributesModifier and TypeMethodDescriptionvoid
TagHandler.start
(String name, Attributes attributes) Write a tag openening, with its attributesvoid
XHTMLTagSerializer.start
(String name, Attributes attrs) -
Uses of Attributes in org.apache.struts2.views.java.simple
Methods in org.apache.struts2.views.java.simple with parameters of type AttributesModifier and TypeMethodDescriptionprotected void
DynamicAttributesHandler.processDynamicAttributes
(Attributes a) void
AbstractTagHandler.start
(String name, Attributes a) void
CommonAttributesHandler.start
(String name, Attributes a) void
DynamicAttributesHandler.start
(String name, Attributes a) void
NonceHandler.start
(String name, Attributes a) void
ScriptingEventsHandler.start
(String name, Attributes a)