|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(ServletConfig aConfig,
Properties aProperties)
Initializes the service using the servlet configuration and the service properties. |
protected void |
Service.init(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(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(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(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 | |
---|---|
void |
PortletDefinitionRegistryServiceFileImpl.init(ServletConfig config,
Properties properties)
|
protected void |
PortletDefinitionRegistryServiceContextImpl.init(ServletConfig config,
Properties props)
|
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(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |