Uses of Class
com.dynamide.util.StringList

Packages that use StringList
com.dynamide The core of the Dynamide Framework: Session, Widget, Page, Property, etc. 
com.dynamide.db How to make any data access strategy plug into Dynamide's data-aware components. 
com.dynamide.resource Classes for accessing resources from Dynamide. 
com.dynamide.security Security objects, for preventing unauthorized access to resources across Dynamide Assemblies, Sessions, etc. 
com.dynamide.util Utilities and Tools for working in the Dynamide Framework 
 

Uses of StringList in com.dynamide
 

Methods in com.dynamide that return StringList
 StringList Persistent.clonePropertiesTable()
           
 StringList XMLWidgetOutputter.getFoundWidgets()
           
 StringList Session.getPageList()
           
 StringList Session.getPageListSorted()
           
 StringList Persistent.getPropertiesTable()
           
 StringList Session.getTestStringList()
           
 StringList Page.getWidgetList()
          This one is by id, whereas getWidgetNamesList is by name
 StringList Page.getWidgetNamesList()
           
 

Methods in com.dynamide with parameters of type StringList
 org.jdom.Element Page.expandPageMacros(org.jdom.Element html, StringList variables, boolean hideEntities, java.lang.String logname)
           
 java.lang.String Session.expandResource(java.lang.String resourceID, StringList variables, java.lang.String logName)
           
 java.lang.String Session.expandTemplate(StringList variables, java.lang.String templateText, java.lang.String logName)
           
 java.lang.String Page.expandTemplate(java.lang.String text, StringList variables)
           
 java.lang.String Page.expandTemplate(java.lang.String text, StringList variables, java.lang.String dotname)
           
static java.lang.String Session.getPropertyEditor(Session session, Session subsession, java.lang.String logName, Property property, Property defaultProperty, java.lang.String onkeydown, java.lang.String onchange, StringList variables)
           
 java.lang.String Page.outputContainer(StringList variables)
           
 java.lang.String Page.outputPage(StringList variables)
          Output the page rendered with the widget tag.
 java.lang.String Page.outputPage(StringList variables, boolean innerBodyOnly, boolean wantWidgetSpan)
           
protected  void Persistent.resetPropertiesTable(StringList newTable, java.lang.String reason, DynamideObject newOwner)
          Subclasses can get the props from somewhere and install them here.
 

Uses of StringList in com.dynamide.db
 

Fields in com.dynamide.db declared as StringList
protected  StringList SimpleDatasource.m_propertiesTable
           
protected  StringList RDBDatabase.m_propertiesTable
           
 

Methods in com.dynamide.db that return StringList
 StringList SimpleDatasource.clearCurrentRow()
           
 StringList SimpleDatasource.getCurrentRow()
           
 StringList RDBTable.getFields()
           
protected  StringList SimpleDatasource.getProperties()
           
 StringList SimpleDatasource.getRow(int index)
           
 

Methods in com.dynamide.db with parameters of type StringList
static java.lang.String SimpleDatasource.dumpRow(StringList row)
           
protected  void SimpleDatasource.setCurrentRow(StringList newRow)
           
 void RDBTable.setFields(StringList new_value)
           
 

Uses of StringList in com.dynamide.resource
 

Fields in com.dynamide.resource declared as StringList
 StringList AssemblyImport.interfaceNumbers
          The list of acceptable import interface numbers, stored with 0 being the highest preference.
 

Methods in com.dynamide.resource that return StringList
 StringList ContextNode.listAttributeNames(IContext context, boolean sort)
           
 StringList ContextNode.listContextNames(IContext context, boolean sort)
           
 StringList Assembly.listResourceNames()
          Produces a StringList containing a bare listing of relative path resource names that have been read into the memory cache.
 

Constructors in com.dynamide.resource with parameters of type StringList
AssemblyImport(java.lang.String basename, java.lang.String build, StringList interfaceNumbers)
           
 

Uses of StringList in com.dynamide.security
 

Fields in com.dynamide.security declared as StringList
protected  StringList Login.m_propertiesTable
           
 

Uses of StringList in com.dynamide.util
 

Methods in com.dynamide.util with parameters of type StringList
 void StringList.add(StringList other)
           
 



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.