java.lang.Object
de.cuioss.tools.formatting.template.token.ActionToken
- All Implemented Interfaces:
Token,Serializable
String Action Token store template and attribute name, and replace attribute
with his value inside the template on execution of
substituteAttribute(FormatterSupport)
- Author:
- Eugen Fischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionToken
- Parameters:
template-token-
-
-
Method Details
-
substituteAttribute
- Specified by:
substituteAttributein interfaceToken- Parameters:
content- must not be null- Returns:
- token specific template with substituted attribute value if attribute
exists,
emptyString otherwise
-
isStringToken
- Specified by:
isStringTokenin interfaceToken- Returns:
- true if Token has no substitutions
-