net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee
Interface FacesConfigManagedBeanType

All Known Implementing Classes:
FacesConfigManagedBeanTypeImpl

public interface FacesConfigManagedBeanType

The "managed-bean" element represents a JavaBean, of a particular class, that will be dynamically instantiated at runtime (by the default VariableResolver implementation) if it is referenced as the first element of a value binding expression, and no corresponding bean can be identified in any scope. In addition to the creation of the managed bean, and the optional storing of it into the specified scope, the nested managed-property elements can be used to initialize the contents of settable JavaBeans properties of the created instance.

Java class for faces-config-managed-beanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="faces-config-managed-beanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="managed-bean-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
         <element name="managed-bean-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="managed-bean-scope" type="{http://java.sun.com/xml/ns/javaee}faces-config-managed-bean-scopeOrNoneType"/>
         <choice>
           <element name="managed-property" type="{http://java.sun.com/xml/ns/javaee}faces-config-managed-propertyType" maxOccurs="unbounded" minOccurs="0"/>
           <element name="map-entries" type="{http://java.sun.com/xml/ns/javaee}faces-config-map-entriesType"/>
           <element name="list-entries" type="{http://java.sun.com/xml/ns/javaee}faces-config-list-entriesType"/>
         </choice>
         <element name="managed-bean-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-managed-bean-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 FacesConfigListEntriesType getListEntries()
          Gets the value of the listEntries property.
 FullyQualifiedClassType getManagedBeanClass()
          Gets the value of the managedBeanClass property.
 FacesConfigManagedBeanExtensionType[] getManagedBeanExtension()
           
 FacesConfigManagedBeanExtensionType getManagedBeanExtension(int idx)
           
 int getManagedBeanExtensionLength()
           
 JavaIdentifierType getManagedBeanName()
          Gets the value of the managedBeanName property.
 FacesConfigManagedBeanScopeOrNoneType getManagedBeanScope()
          Gets the value of the managedBeanScope property.
 FacesConfigManagedPropertyType[] getManagedProperty()
           
 FacesConfigManagedPropertyType getManagedProperty(int idx)
           
 int getManagedPropertyLength()
           
 FacesConfigMapEntriesType getMapEntries()
          Gets the value of the mapEntries property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setListEntries(FacesConfigListEntriesType value)
          Sets the value of the listEntries property.
 void setManagedBeanClass(FullyQualifiedClassType value)
          Sets the value of the managedBeanClass property.
 void setManagedBeanExtension(FacesConfigManagedBeanExtensionType[] values)
           
 FacesConfigManagedBeanExtensionType setManagedBeanExtension(int idx, FacesConfigManagedBeanExtensionType value)
           
 void setManagedBeanName(JavaIdentifierType value)
          Sets the value of the managedBeanName property.
 void setManagedBeanScope(FacesConfigManagedBeanScopeOrNoneType value)
          Sets the value of the managedBeanScope property.
 void setManagedProperty(FacesConfigManagedPropertyType[] values)
           
 FacesConfigManagedPropertyType setManagedProperty(int idx, FacesConfigManagedPropertyType value)
           
 void setMapEntries(FacesConfigMapEntriesType value)
          Sets the value of the mapEntries property.
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

DisplayNameType setDisplayName(int idx,
                               DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

IconType[] getIcon()
Returns:
array of IconType

getIcon

IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

int getIconLength()

setIcon

void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

IconType setIcon(int idx,
                 IconType value)
Parameters:
value - allowed object is IconType

getManagedBeanName

JavaIdentifierType getManagedBeanName()
Gets the value of the managedBeanName property.

Returns:
possible object is JavaIdentifierType

setManagedBeanName

void setManagedBeanName(JavaIdentifierType value)
Sets the value of the managedBeanName property.

Parameters:
value - allowed object is JavaIdentifierType

getManagedBeanClass

FullyQualifiedClassType getManagedBeanClass()
Gets the value of the managedBeanClass property.

Returns:
possible object is FullyQualifiedClassType

setManagedBeanClass

void setManagedBeanClass(FullyQualifiedClassType value)
Sets the value of the managedBeanClass property.

Parameters:
value - allowed object is FullyQualifiedClassType

getManagedBeanScope

FacesConfigManagedBeanScopeOrNoneType getManagedBeanScope()
Gets the value of the managedBeanScope property.

Returns:
possible object is FacesConfigManagedBeanScopeOrNoneType

setManagedBeanScope

void setManagedBeanScope(FacesConfigManagedBeanScopeOrNoneType value)
Sets the value of the managedBeanScope property.

Parameters:
value - allowed object is FacesConfigManagedBeanScopeOrNoneType

getManagedProperty

FacesConfigManagedPropertyType[] getManagedProperty()
Returns:
array of FacesConfigManagedPropertyType

getManagedProperty

FacesConfigManagedPropertyType getManagedProperty(int idx)
Returns:
one of FacesConfigManagedPropertyType

getManagedPropertyLength

int getManagedPropertyLength()

setManagedProperty

void setManagedProperty(FacesConfigManagedPropertyType[] values)
Parameters:
values - allowed objects are FacesConfigManagedPropertyType

setManagedProperty

FacesConfigManagedPropertyType setManagedProperty(int idx,
                                                  FacesConfigManagedPropertyType value)
Parameters:
value - allowed object is FacesConfigManagedPropertyType

getMapEntries

FacesConfigMapEntriesType getMapEntries()
Gets the value of the mapEntries property.

Returns:
possible object is FacesConfigMapEntriesType

setMapEntries

void setMapEntries(FacesConfigMapEntriesType value)
Sets the value of the mapEntries property.

Parameters:
value - allowed object is FacesConfigMapEntriesType

getListEntries

FacesConfigListEntriesType getListEntries()
Gets the value of the listEntries property.

Returns:
possible object is FacesConfigListEntriesType

setListEntries

void setListEntries(FacesConfigListEntriesType value)
Sets the value of the listEntries property.

Parameters:
value - allowed object is FacesConfigListEntriesType

getManagedBeanExtension

FacesConfigManagedBeanExtensionType[] getManagedBeanExtension()
Returns:
array of FacesConfigManagedBeanExtensionType

getManagedBeanExtension

FacesConfigManagedBeanExtensionType getManagedBeanExtension(int idx)
Returns:
one of FacesConfigManagedBeanExtensionType

getManagedBeanExtensionLength

int getManagedBeanExtensionLength()

setManagedBeanExtension

void setManagedBeanExtension(FacesConfigManagedBeanExtensionType[] values)
Parameters:
values - allowed objects are FacesConfigManagedBeanExtensionType

setManagedBeanExtension

FacesConfigManagedBeanExtensionType setManagedBeanExtension(int idx,
                                                            FacesConfigManagedBeanExtensionType value)
Parameters:
value - allowed object is FacesConfigManagedBeanExtensionType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.