Package org.apache.openejb.jee
Class FacesRenderKitExtension
- java.lang.Object
-
- org.apache.openejb.jee.FacesRenderKitExtension
-
public class FacesRenderKitExtension extends Object
web-facesconfig_2_0.xsdJava class for faces-config-render-kit-extensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-render-kit-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>
-
-
Constructor Summary
Constructors Constructor Description FacesRenderKitExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-
-
-
Method Detail
-
getAny
public List<Object> getAny()
Gets the value of the any property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod 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 listObjectElement
-
-