org.apache.myfaces.extensions.cdi.jsf.api.config.view
Interface PageBeanDescriptor


public interface PageBeanDescriptor

Descriptor for page-beans


Method Summary
 Class getBeanClass()
          Class of the configured page-bean which is represented by this entry
 String getBeanName()
          Name of the configured page-bean which is represented by this entry
 

Method Detail

getBeanClass

Class getBeanClass()
Class of the configured page-bean which is represented by this entry

Returns:
class of the configured page-bean

getBeanName

String getBeanName()
Name of the configured page-bean which is represented by this entry

Returns:
name of the configured page-bean


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.