com.liferay.faces.util.config.internal
Class ConfiguredManagedBeanImpl

java.lang.Object
  extended by com.liferay.faces.util.config.internal.ConfiguredManagedBeanImpl
All Implemented Interfaces:
ConfiguredManagedBean

public class ConfiguredManagedBeanImpl
extends Object
implements ConfiguredManagedBean

Author:
Neil Griffin

Constructor Summary
ConfiguredManagedBeanImpl(String managedBeanClass, String managedBeanName, String managedBeanScope)
           
 
Method Summary
 String getManagedBeanClass()
          Returns the value of the managed-bean-class element of the configured managed-bean.
 String getManagedBeanName()
          Returns the value of the managed-mean-name element of the configured managed-bean.
 String getManagedBeanScope()
          Returns the value of the managed-bean-scope element of the configured managed-bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredManagedBeanImpl

public ConfiguredManagedBeanImpl(String managedBeanClass,
                                 String managedBeanName,
                                 String managedBeanScope)
Method Detail

getManagedBeanClass

public String getManagedBeanClass()
Description copied from interface: ConfiguredManagedBean
Returns the value of the managed-bean-class element of the configured managed-bean.

Specified by:
getManagedBeanClass in interface ConfiguredManagedBean

getManagedBeanName

public String getManagedBeanName()
Description copied from interface: ConfiguredManagedBean
Returns the value of the managed-mean-name element of the configured managed-bean.

Specified by:
getManagedBeanName in interface ConfiguredManagedBean

getManagedBeanScope

public String getManagedBeanScope()
Description copied from interface: ConfiguredManagedBean
Returns the value of the managed-bean-scope element of the configured managed-bean.

Specified by:
getManagedBeanScope in interface ConfiguredManagedBean


Copyright © 2015 Liferay, Inc.. All rights reserved.