com.liferay.faces.bridge.config
Class ConfiguredBeanImpl

java.lang.Object
  extended by com.liferay.faces.bridge.config.ConfiguredBeanImpl
All Implemented Interfaces:
ConfiguredBean

public class ConfiguredBeanImpl
extends Object
implements ConfiguredBean

Author:
Neil Griffin

Constructor Summary
ConfiguredBeanImpl(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

ConfiguredBeanImpl

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

getManagedBeanClass

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

Specified by:
getManagedBeanClass in interface ConfiguredBean

getManagedBeanName

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

Specified by:
getManagedBeanName in interface ConfiguredBean

getManagedBeanScope

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

Specified by:
getManagedBeanScope in interface ConfiguredBean


Copyright © 2014 Liferay, Inc.. All Rights Reserved.