Uses of Class
org.apache.pluto.portalImpl.util.Properties

Packages that use Properties
org.apache.pluto.portalImpl.services   
org.apache.pluto.portalImpl.services.config   
org.apache.pluto.portalImpl.services.factorymanager   
org.apache.pluto.portalImpl.services.pageregistry   
org.apache.pluto.portalImpl.services.portletdefinitionregistry   
org.apache.pluto.portalImpl.services.portletentityregistry   
org.apache.pluto.portalImpl.util   
 

Uses of Properties in org.apache.pluto.portalImpl.services
 

Methods in org.apache.pluto.portalImpl.services with parameters of type Properties
protected  void Service.init(Properties aProperties)
          Initializes the service using the service properties.
protected  void Service.init(javax.servlet.ServletConfig aConfig, Properties aProperties)
          Initializes the service using the servlet configuration and the service properties.
protected  void Service.init(javax.servlet.ServletContext aContext, Properties aProperties)
          Initializes the service using the servlet context and the service properties.
 

Uses of Properties in org.apache.pluto.portalImpl.services.config
 

Methods in org.apache.pluto.portalImpl.services.config with parameters of type Properties
 void ConfigServiceImpl.init(javax.servlet.ServletConfig aConfig, Properties aProperties)
           
 

Uses of Properties in org.apache.pluto.portalImpl.services.factorymanager
 

Methods in org.apache.pluto.portalImpl.services.factorymanager with parameters of type Properties
protected  void FactoryManagerServiceImpl.init(javax.servlet.ServletConfig config, Properties aProperties)
          Initializes all factories specified in the configuration beginning with 'factory.'.
 

Uses of Properties in org.apache.pluto.portalImpl.services.pageregistry
 

Methods in org.apache.pluto.portalImpl.services.pageregistry with parameters of type Properties
 void PageRegistryServiceFileImpl.init(javax.servlet.ServletConfig config, Properties properties)
           
 

Uses of Properties in org.apache.pluto.portalImpl.services.portletdefinitionregistry
 

Methods in org.apache.pluto.portalImpl.services.portletdefinitionregistry with parameters of type Properties
protected  void PortletDefinitionRegistryServiceContextImpl.init(javax.servlet.ServletConfig config, Properties props)
           
 void PortletDefinitionRegistryServiceFileImpl.init(javax.servlet.ServletConfig config, Properties properties)
           
 

Uses of Properties in org.apache.pluto.portalImpl.services.portletentityregistry
 

Methods in org.apache.pluto.portalImpl.services.portletentityregistry with parameters of type Properties
 void PortletEntityRegistryServiceFileImpl.init(javax.servlet.ServletConfig servletConfig, Properties properties)
           
 

Uses of Properties in org.apache.pluto.portalImpl.util
 

Methods in org.apache.pluto.portalImpl.util that return Properties
 Properties Properties.getSubSet(java.lang.String aNamePrefix)
          Returns a subset of the NameValuePairs where the names are starting with the specified prefix.
 



Copyright © 2003-2009 . All Rights Reserved.