Uses of Class
org.mmbase.util.StringTagger

Packages that use StringTagger
org.mmbase.module The modules used to load MMBase and optional MMBase functionality. 
org.mmbase.module.core The core classes for MMBase. 
org.mmbase.module.corebuilders The MMBase core builders. 
org.mmbase.module.database The classes and interfaces that arrange the actual connection to JDBC database. 
org.mmbase.module.gui.html   
org.mmbase.module.tools   
org.mmbase.util   
 

Uses of StringTagger in org.mmbase.module
 

Methods in org.mmbase.module with parameters of type StringTagger
(package private)  Vector INFO.doScanDate(PageInfo sp, StringTagger tagger)
          Deprecated. hereditary code. Should be dropped or adapted.
 List<String> INFO.getList(PageInfo sp, StringTagger tagger, String value)
          Generate a list of values from a command to the processor.
 List<String> MMUsers.getList(PageInfo sp, StringTagger tagger, String value)
          
 List<String> CALC.getList(PageInfo sp, StringTagger tagger, String value)
          Generate a list of values from a command to the processor
 List<String> ProcessorModule.getList(PageInfo sp, StringTagger params, String command)
           
 Vector sessions.getList(scanpage sp, StringTagger tagger, String cmd)
           
 String ProcessorModule.replace(PageInfo sp, StringTagger command)
           
 

Uses of StringTagger in org.mmbase.module.core
 

Methods in org.mmbase.module.core with parameters of type StringTagger
 Vector<String> MMObjectBuilder.getList(PageInfo sp, StringTagger tagger, StringTokenizer tok)
          Obtains a list of string values by performing the provided command and parameters.
 

Uses of StringTagger in org.mmbase.module.corebuilders
 

Methods in org.mmbase.module.corebuilders with parameters of type StringTagger
 Vector<String> TypeRel.getList(PageInfo sp, StringTagger tagger, StringTokenizer tok)
          Processes the BUILDER-typerel-ALLOWEDRELATIONSNAMES in the LIST command, and (possibly) returns a Vector containing requested data (based on the content of TYPE and NODE, which can be retrieved through tagger).
 Vector<String> TypeDef.getList(PageInfo sp, StringTagger tagger, StringTokenizer tok)
           
 

Uses of StringTagger in org.mmbase.module.database
 

Methods in org.mmbase.module.database with parameters of type StringTagger
 Vector JDBC.getList(PageInfo sp, StringTagger tagger, String value)
          User interface stuff
 Vector JDBC.listConnections(StringTagger tagger)
           
 Vector JDBC.listPools(StringTagger tagger)
           
 

Uses of StringTagger in org.mmbase.module.gui.html
 

Fields in org.mmbase.module.gui.html declared as StringTagger
(package private)  StringTagger MultilevelCacheEntry.tagger
           
 

Methods in org.mmbase.module.gui.html that return StringTagger
 StringTagger MultilevelCacheEntry.getTagger()
           
 

Methods in org.mmbase.module.gui.html with parameters of type StringTagger
 Vector HtmlBase.doBuilder(PageInfo sp, StringTagger tagger, StringTokenizer tok)
           
 Vector HtmlBase.doMultiLevel(PageInfo sp, StringTagger tagger)
           
 Vector HtmlBase.doObjects(PageInfo sp, StringTagger tagger)
          show Objects
 String HtmlBase.doObjects(StringTagger tagger)
           
 Vector HtmlBase.doRelations(PageInfo sp, StringTagger tagger)
          show Relations
(package private)  Vector FieldSelector.getDataTypes(EditState ed, StringTagger args)
           
(package private)  Vector FieldSelector.getEditFields(EditState ed, StringTagger args)
          Builds a list of editable fields for the field editor.
 List<String> MMEdit.getList(PageInfo sp, StringTagger tagger, String command)
          The hook that passes all list related pages to the correct handler
 List<String> HtmlBase.getList(PageInfo sp, StringTagger tagger, String value)
          Generate a list of values from a command to the processor
 List<String> CommandHandlerInterface.getList(PageInfo sp, StringTagger args, StringTokenizer command)
          List commands
 List<String> FieldEditor.getList(PageInfo sp, StringTagger args, StringTokenizer command)
          List commands
 List<String> FieldSelector.getList(PageInfo sp, StringTagger args, StringTokenizer commands)
          General List pages coming from MMEdit.
 List<String> StateManager.getList(PageInfo sp, StringTagger args, StringTokenizer command)
          List commands
 List<String> ObjectSelector.getList(PageInfo sp, StringTagger args, StringTokenizer commands)
          General List pages coming from MMEdit.
(package private)  Vector ObjectSelector.getObjectRelations3(EditState ed, StringTagger args)
          Retrieves a list of existing relations and allowed relation types to a specific node.
 Vector StateManager.getOpenBuilders(EditState state, StringTagger args)
           
(package private)  Vector FieldSelector.getPosRelations(EditState ed, StringTagger args)
           
(package private)  Vector FieldSelector.getRelDefs(EditState ed, StringTagger args)
           
(package private)  Vector FieldSelector.getRelTypes(EditState ed, StringTagger args)
           
(package private)  Vector FieldSelector.getTypes(EditState ed, StringTagger args)
           
 Object MultilevelCacheHandler.put(Object hash, Object o, Vector types, StringTagger tagger)
          Deprecated.  
 

Constructors in org.mmbase.module.gui.html with parameters of type StringTagger
MultilevelCacheEntry(MultilevelCacheHandler han, Object hash, Object o, StringTagger tagger)
           
 

Uses of StringTagger in org.mmbase.module.tools
 

Methods in org.mmbase.module.tools with parameters of type StringTagger
 List<String> MMAdmin.getList(PageInfo sp, StringTagger tagger, String value)
          Generate a list of values from a command to the processor
 

Uses of StringTagger in org.mmbase.util
 

Methods in org.mmbase.util with parameters of type StringTagger
 Vector DirectoryLister.createThreeItems(Vector<String> sorted, StringTagger tagger)
          This method creates a vector with 3 items: ITEM1=fileentry, ITEM2=moddate, ITEM3=previewfilename if exists else fileentry.
 



MMBase 2.0-SNAPSHOT - null