public class FacesManagedBeanExtension extends Object
Java class for faces-config-managed-bean-extensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-managed-bean-extensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected String |
id |
| Constructor and Description |
|---|
FacesManagedBeanExtension() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getId()
Gets the value of the id property.
|
void |
setId(String value)
Sets the value of the id property.
|
public List<Object> getAny()
set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
ElementCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.