Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigServiceImpl.init(javax.servlet.ServletConfig aConfig,
Properties aProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
FactoryManagerServiceImpl.init(javax.servlet.ServletConfig config,
Properties aProperties)
Initializes all factories specified in the configuration beginning with 'factory.'.
|
Modifier and Type | Method and Description |
---|---|
void |
PageRegistryServiceFileImpl.init(javax.servlet.ServletConfig config,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
PortletDefinitionRegistryServiceContextImpl.init(javax.servlet.ServletConfig config,
Properties props) |
void |
PortletDefinitionRegistryServiceFileImpl.init(javax.servlet.ServletConfig config,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
PortletEntityRegistryServiceFileImpl.init(javax.servlet.ServletConfig servletConfig,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
Properties |
Properties.getSubSet(java.lang.String aNamePrefix)
Returns a subset of the NameValuePairs where the names are starting with the specified prefix.
|
Copyright © 2003-2013 . All Rights Reserved.