public interface ContainerInfoBuilderContext
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
ResourceBundleManager |
getBundleManager() |
ResourceBundleManager |
getBundleManager(PortletMetaData portletMD) |
Class |
getClass(String className)
Obtains a class.
|
String getApplicationName()
ResourceBundleManager getBundleManager()
ResourceBundleManager getBundleManager(PortletMetaData portletMD)
Class getClass(String className) throws IllegalArgumentException, org.gatein.common.reflect.NoSuchClassException
className - the class nameIllegalArgumentException - if the className argument is nullorg.gatein.common.reflect.NoSuchClassException - is the class cannot be loadedCopyright © 2003-2016 GateIn. All Rights Reserved.