com.liferay.faces.bridge.config
Class ConfiguredBeanImpl
java.lang.Object
com.liferay.faces.bridge.config.ConfiguredBeanImpl
- All Implemented Interfaces:
- ConfiguredBean
public class ConfiguredBeanImpl
- extends Object
- implements ConfiguredBean
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfiguredBeanImpl
public ConfiguredBeanImpl(String managedBeanClass,
String managedBeanName,
String managedBeanScope)
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.