public class ContainerInfoBuilderContextImpl extends Object implements ContainerInfoBuilderContext
| Constructor and Description |
|---|
ContainerInfoBuilderContextImpl(PortletApplication10MetaData metaData,
javax.servlet.ServletContext webApp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
ResourceBundleManager |
getBundleManager() |
ResourceBundleManager |
getBundleManager(PortletMetaData portletMD) |
Class |
getClass(String className)
Obtains a class.
|
public ContainerInfoBuilderContextImpl(PortletApplication10MetaData metaData, javax.servlet.ServletContext webApp)
public String getApplicationName()
getApplicationName in interface ContainerInfoBuilderContextpublic ResourceBundleManager getBundleManager()
getBundleManager in interface ContainerInfoBuilderContextpublic ResourceBundleManager getBundleManager(PortletMetaData portletMD)
getBundleManager in interface ContainerInfoBuilderContextpublic Class getClass(String className) throws IllegalArgumentException, org.gatein.common.reflect.NoSuchClassException
ContainerInfoBuilderContextgetClass in interface ContainerInfoBuilderContextclassName - the class nameIllegalArgumentException - if the className argument is nullorg.gatein.common.reflect.NoSuchClassException - is the class cannot be loadedCopyright © 2003-2021 GateIn. All Rights Reserved.