com.liferay.faces.bridge.config
Interface ConfiguredBean

All Known Implementing Classes:
ConfiguredBeanImpl

public interface ConfiguredBean

This interface defines the properties for a configured managed-bean that is discovered in META-INF/faces-config.xml or WEB-INF/faces-config.xml descriptors.

Author:
Neil Griffin

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.
 

Method Detail

getManagedBeanClass

String getManagedBeanClass()
Returns the value of the managed-bean-class element of the configured managed-bean.


getManagedBeanName

String getManagedBeanName()
Returns the value of the managed-mean-name element of the configured managed-bean.


getManagedBeanScope

String getManagedBeanScope()
Returns the value of the managed-bean-scope element of the configured managed-bean.



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