Class ContainerInfoBuilderContextImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.ContainerInfoBuilderContextImpl
-
- All Implemented Interfaces:
ContainerInfoBuilderContext
public class ContainerInfoBuilderContextImpl extends Object implements ContainerInfoBuilderContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description ContainerInfoBuilderContextImpl(PortletApplication10MetaData metaData, javax.servlet.ServletContext webApp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationName()ResourceBundleManagergetBundleManager()ResourceBundleManagergetBundleManager(PortletMetaData portletMD)ClassgetClass(String className)Obtains a class.
-
-
-
Constructor Detail
-
ContainerInfoBuilderContextImpl
public ContainerInfoBuilderContextImpl(PortletApplication10MetaData metaData, javax.servlet.ServletContext webApp)
-
-
Method Detail
-
getApplicationName
public String getApplicationName()
- Specified by:
getApplicationNamein interfaceContainerInfoBuilderContext
-
getBundleManager
public ResourceBundleManager getBundleManager()
- Specified by:
getBundleManagerin interfaceContainerInfoBuilderContext
-
getBundleManager
public ResourceBundleManager getBundleManager(PortletMetaData portletMD)
- Specified by:
getBundleManagerin interfaceContainerInfoBuilderContext
-
getClass
public Class getClass(String className) throws IllegalArgumentException, org.gatein.common.reflect.NoSuchClassException
Description copied from interface:ContainerInfoBuilderContextObtains a class.- Specified by:
getClassin interfaceContainerInfoBuilderContext- 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
-
-