Uses of Class
java.util.Hashtable

Packages that use Hashtable
java.security   
java.util   
javax.servlet.http   
org.apache.felix.jmood.compendium   
org.apache.felix.jmood.core   
org.apache.felix.jmood.core.instrumentation   
org.apache.felix.jmood.utils   
org.apache.felix.mosgi.console.component   
org.apache.felix.mosgi.console.gui   
org.apache.felix.upnp.basedriver.importer.util   
org.apache.felix.useradmin   
org.apache.felix.useradmin.impl   
org.osgi.util.xml XML Parser Package Version 1.0. 
 

Uses of Hashtable in java.security
 

Subclasses of Hashtable in java.security
 class Provider
           
 

Uses of Hashtable in java.util
 

Subclasses of Hashtable in java.util
 class Properties
           
 

Uses of Hashtable in javax.servlet.http
 

Methods in javax.servlet.http that return Hashtable
static Hashtable HttpUtils.parsePostData(int len, ServletInputStream in)
          Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
static Hashtable HttpUtils.parseQueryString(String s)
          Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
 

Uses of Hashtable in org.apache.felix.jmood.compendium
 

Methods in org.apache.felix.jmood.compendium that return Hashtable
 Hashtable UserManagerMBean.getCredentials(String username)
           
 Hashtable UserManager.getCredentials(String username)
           
 Hashtable ConfigurationDelegateMBean.getProperties()
           
 Hashtable ConfigurationDelegate.getProperties()
           
 Hashtable UserManagerMBean.getProperties(String rolename)
           
 Hashtable UserManager.getProperties(String rolename)
           
 

Methods in org.apache.felix.jmood.compendium with parameters of type Hashtable
 void ConfigurationDelegateMBean.update(Hashtable properties)
           
 void ConfigurationDelegate.update(Hashtable properties)
           
 

Uses of Hashtable in org.apache.felix.jmood.core
 

Methods in org.apache.felix.jmood.core that return Hashtable
 Hashtable ManagedBundleMBean.getHeaders()
           
 Hashtable ManagedBundle.getHeaders()
           
 Hashtable FrameworkMBean.getProperties()
          This hashtable contains the framework properties: FRAMEWORK_VERSION FRAMEWORK_VENDOR FRAMEWORK_LANGUAGE FRAMEWORK_OS_NAME FRAMEWORK_OS_VERSION FRAMEWORK_PROCESSOR
 Hashtable ManagedServiceMBean.getProperties()
           
 Hashtable ManagedService.getProperties()
           
 Hashtable Framework.getProperties()
           
 

Uses of Hashtable in org.apache.felix.jmood.core.instrumentation
 

Methods in org.apache.felix.jmood.core.instrumentation that return Hashtable
 Hashtable BundleInfo.getHeaders()
           
 Hashtable ServiceInfo.getProperties()
           
 

Methods in org.apache.felix.jmood.core.instrumentation with parameters of type Hashtable
protected  void BundleInfo.setHeaders(Hashtable headers)
           
protected  void ServiceInfo.setProperties(Hashtable properties)
           
 

Uses of Hashtable in org.apache.felix.jmood.utils
 

Methods in org.apache.felix.jmood.utils that return Hashtable
static Hashtable InstrumentationSupport.getHashtable(Dictionary dic)
           
 

Uses of Hashtable in org.apache.felix.mosgi.console.component
 

Fields in org.apache.felix.mosgi.console.component declared as Hashtable
protected  Hashtable RemoteLogger_jtree.ht_logLvl
           
static Hashtable JtreeCellRenderer.ht_num2string
           
 

Uses of Hashtable in org.apache.felix.mosgi.console.gui
 

Fields in org.apache.felix.mosgi.console.gui declared as Hashtable
protected static Hashtable Gateway.HT_GATEWAY
           
 

Uses of Hashtable in org.apache.felix.upnp.basedriver.importer.util
 

Methods in org.apache.felix.upnp.basedriver.importer.util with parameters of type Hashtable
static void DeviceSetup.deviceSetup(Dictionary properties, org.cybergarage.upnp.Device dev, Vector icons, Hashtable services)
           
 

Uses of Hashtable in org.apache.felix.useradmin
 

Methods in org.apache.felix.useradmin that return Hashtable
 Hashtable UserAdminRepository.getRepositoryCache()
          This method is getting UserAdmin repository cache.
 

Uses of Hashtable in org.apache.felix.useradmin.impl
 

Subclasses of Hashtable in org.apache.felix.useradmin.impl
 class RoleCredentials
           This class RoleCredentials represents role credentials hashtable.
 class RoleProperties
          This class RoleProperties represents role properties.
 

Methods in org.apache.felix.useradmin.impl that return Hashtable
 Hashtable UserAdminRepositoryImpl.getRepositoryCache()
           
 

Uses of Hashtable in org.osgi.util.xml
 

Methods in org.osgi.util.xml with parameters of type Hashtable
 void XMLParserActivator.setDOMProperties(DocumentBuilderFactory factory, Hashtable props)
           Set the customizable DOM Parser Service Properties.
 void XMLParserActivator.setSAXProperties(SAXParserFactory factory, Hashtable properties)
           Set the customizable SAX Parser Service Properties.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.