|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.util.fdl.make.SubstFilter
Substitution algorithm for FilterWriter and FilterReader. Implements the tag substitution semantics using a single pass over a buffer. It will look for %XXX% tags, and if it finds a corresponding XXX=YYY entry in the map, it will replace the %XXX% tag with YYY.
Constructor Summary | |
SubstFilter()
|
Method Summary | |
static void |
format(java.lang.StringBuffer buf,
java.util.Hashtable map)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubstFilter()
Method Detail |
public static final void format(java.lang.StringBuffer buf, java.util.Hashtable map)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |