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
stringForTag
String stringForTag(String tag,
List arguments)
- Returns the string that should be substituted for the given tag.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.