Package org.gatein.pc.portlet.impl.info
Interface ContainerInfoBuilderContext
-
- All Known Implementing Classes:
ContainerInfoBuilderContextImpl
public interface ContainerInfoBuilderContext- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationName()ResourceBundleManagergetBundleManager()ResourceBundleManagergetBundleManager(PortletMetaData portletMD)ClassgetClass(String className)Obtains a class.
-
-
-
Method Detail
-
getApplicationName
String getApplicationName()
-
getBundleManager
ResourceBundleManager getBundleManager()
-
getBundleManager
ResourceBundleManager getBundleManager(PortletMetaData portletMD)
-
getClass
Class getClass(String className) throws IllegalArgumentException, org.gatein.common.reflect.NoSuchClassException
Obtains a class.- Parameters:
className- the class name- Returns:
- the specified class
- Throws:
IllegalArgumentException- if the className argument is nullorg.gatein.common.reflect.NoSuchClassException- is the class cannot be loaded
-
-