| java.lang.Object com.teamkonzept.lib.TKIteratorPlugin
All known Subclasses: com.teamkonzept.webman.attr.TKWMMarkupCallDefinitionIterator, com.teamkonzept.webman.attr.TKWMAttrMarkupParamsIterator, com.teamkonzept.webman.mainint.TKContentAttributeIterator, com.teamkonzept.lib.TKVectorIteratorPlugin, com.teamkonzept.lib.TKHashtableIteratorPlugin, com.teamkonzept.webman.attr.TKWMMarkupParamDefinitionOptionsIterator, com.teamkonzept.webman.attr.TKWMAttrMarkupOptionsIterator, com.teamkonzept.webman.attr.TKWMAttrMarkupParamDefinitionsIterator, com.teamkonzept.webman.attr.TKWMMarkupParamCallDefinitionIterator, com.teamkonzept.webman.attr.TKWMMarkupDefinitionParamsIterator, com.teamkonzept.webman.attr.TKWMAttrMarkupIterator, com.teamkonzept.lib.TKStringIteratorPlugin, com.teamkonzept.webman.attr.TKWMAttrDumpIterator, com.teamkonzept.webman.attr.TKWMAttrFieldIterator, com.teamkonzept.webman.mainint.TKContentAttributeOptionsIterator,
TKIteratorPlugin | abstract public class TKIteratorPlugin (Code) | | |
Constructor Summary | |
public | TKIteratorPlugin(TKHashtable hash, String name, boolean doSort, boolean sortedForward) | public | TKIteratorPlugin(Enumeration list, String name, boolean doSort, boolean sortedForward) | public | TKIteratorPlugin(Enumeration list, String name, boolean doSort) | public | TKIteratorPlugin(Enumeration list, String name, boolean doSort, Object oneMore) | public | TKIteratorPlugin(TKVector list, String name, boolean doSort) | public | TKIteratorPlugin(TKVector list, String name, boolean doSort, Object oneMore) | public | TKIteratorPlugin(TKHashtable list, String name, boolean doSort) | public | TKIteratorPlugin(TKHashtable list, String name, boolean doSort, Object oneMore) |
Method Summary | |
public boolean | apply(TKTemplate template, String currListName, String path) | public boolean | apply(TKTemplate template, int i, String currListName, String path) | public void | applyAfter(Object item, TKTemplate template, String path) | public boolean | applyChilds(TKTemplate template, int i, String currListName, String path) | abstract public boolean | applyThis(Object item, TKTemplate template, String path) | public void | init() |
TKIteratorPlugin | public TKIteratorPlugin(TKHashtable hash, String name, boolean doSort, boolean sortedForward)(Code) | | konstruktor, der Vector.init(Set) nutzt
|
TKIteratorPlugin | public TKIteratorPlugin(Enumeration list, String name, boolean doSort, boolean sortedForward)(Code) | | |
|
|