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
-
Method Details
-
getApplicationName
String getApplicationName() -
getBundleManager
ResourceBundleManager getBundleManager() -
getBundleManager
-
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
-