ariba.util.io
Interface TagHandler
public interface TagHandler
The TagHandler interface is used by the TaggedStringProcessor class. When
a tagged string is being processed, i.e. one that has special tags embedded
in it that are meant to be replaced at runtime, the tagged string processor
uses an instance of a TagHandler to process each tag that it finds in the
given string. It is up to the implementer of this interface to interpret
the tag string passed to it by the TemplateParser.
- See Also:
TaggedStringProcessor
Method Summary |
java.lang.String |
stringForTag(java.lang.String tag,
java.util.List arguments)
Returns the string that should be substituted for the given tag. |
stringForTag
java.lang.String stringForTag(java.lang.String tag,
java.util.List arguments)
- Returns the string that should be substituted for the given tag.
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.