org.jboss.portal.portlet.impl.info
Interface ContainerInfoBuilderContext

All Known Implementing Classes:
ContainerInfoBuilderContextImpl

public interface ContainerInfoBuilderContext

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 java.lang.String getApplicationName()
           
 org.jboss.portal.common.i18n.ResourceBundleManager getBundleManager()
           
 org.jboss.portal.common.i18n.ResourceBundleManager getBundleManager(PortletMetaData portletMD)
           
 java.lang.Class getClass(java.lang.String className)
          Obtains a class.
 

Method Detail

getApplicationName

java.lang.String getApplicationName()

getBundleManager

org.jboss.portal.common.i18n.ResourceBundleManager getBundleManager()

getBundleManager

org.jboss.portal.common.i18n.ResourceBundleManager getBundleManager(PortletMetaData portletMD)

getClass

java.lang.Class getClass(java.lang.String className)
                         throws java.lang.IllegalArgumentException,
                                org.jboss.portal.common.reflect.NoSuchClassException
Obtains a class.

Parameters:
className - the class name
Returns:
the specified class
Throws:
java.lang.IllegalArgumentException - if the className argument is null
org.jboss.portal.common.reflect.NoSuchClassException - is the class cannot be loaded


Copyright © 2008. All Rights Reserved.