org.apache.openejb.jee
Class FacesClientBehaviorRenderer

java.lang.Object
  extended by org.apache.openejb.jee.FacesClientBehaviorRenderer

public class FacesClientBehaviorRenderer
extends Object

web-facesconfig_2_0.xsd

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>
 


Field Summary
protected  String clientBehaviorRendererClass
           
protected  String clientBehaviorRendererType
           
 
Constructor Summary
FacesClientBehaviorRenderer()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientBehaviorRendererType

protected String clientBehaviorRendererType

clientBehaviorRendererClass

protected String clientBehaviorRendererClass
Constructor Detail

FacesClientBehaviorRenderer

public FacesClientBehaviorRenderer()
Method Detail

getClientBehaviorRendererType

public String getClientBehaviorRendererType()
Gets the value of the clientBehaviorRendererType property.

Returns:
possible object is String

setClientBehaviorRendererType

public void setClientBehaviorRendererType(String value)
Sets the value of the clientBehaviorRendererType property.

Parameters:
value - allowed object is String

getClientBehaviorRendererClass

public String getClientBehaviorRendererClass()
Gets the value of the clientBehaviorRendererClass property.

Returns:
possible object is String

setClientBehaviorRendererClass

public void setClientBehaviorRendererClass(String value)
Sets the value of the clientBehaviorRendererClass property.

Parameters:
value - allowed object is String


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.