public class FacesClientBehaviorRenderer extends Object
Java class for faces-config-client-behavior-rendererType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-client-behavior-rendererType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="client-behavior-renderer-type" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="client-behavior-renderer-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientBehaviorRendererClass |
protected String |
clientBehaviorRendererType |
| Constructor and Description |
|---|
FacesClientBehaviorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientBehaviorRendererClass()
Gets the value of the clientBehaviorRendererClass property.
|
String |
getClientBehaviorRendererType()
Gets the value of the clientBehaviorRendererType property.
|
void |
setClientBehaviorRendererClass(String value)
Sets the value of the clientBehaviorRendererClass property.
|
void |
setClientBehaviorRendererType(String value)
Sets the value of the clientBehaviorRendererType property.
|
protected String clientBehaviorRendererType
protected String clientBehaviorRendererClass
public String getClientBehaviorRendererType()
Stringpublic void setClientBehaviorRendererType(String value)
value - allowed object is
Stringpublic String getClientBehaviorRendererClass()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.