public class TagFactory
extends Object
- Author:
- Igor Polevoy
-
Constructor Summary
Constructors
-
Method Summary
void
Will add values from params map except the exceptions.
void
void
void
-
-
Method Details
-
textAttributes
public void textAttributes
(String textAttributes)
-
-
-
-
addAttributesExcept
public void addAttributesExcept
(Map params,
String... exceptions)
Will add values from params map except the exceptions.
- Parameters:
params
- map with values. Key used as an attribute name, value as value.
exceptions
- list of excepted keys.