public abstract class ForeignBeanProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
ForeignBeanProvider() |
| Modifier and Type | Method and Description |
|---|---|
IDirectoryServiceLocator |
getDirectoryServiceLocator() |
<T extends DirectoryBean> |
getForeignBean(String name,
Class<T> type)
Deprecated.
use org.osivia.portal.api.directory.v2.DirServiceFactory.getService(Class
|
javax.portlet.PortletContext |
getPortletContext() |
void |
setPortletContext(javax.portlet.PortletContext portletContext) |
public void setPortletContext(javax.portlet.PortletContext portletContext)
public javax.portlet.PortletContext getPortletContext()
public IDirectoryServiceLocator getDirectoryServiceLocator()
@Deprecated public <T extends DirectoryBean> T getForeignBean(String name, Class<T> type)
name - name of the beantype - classType of the beanCopyright © 2021. All rights reserved.