org.directwebremoting.faces
Class JsfCreator

java.lang.Object
  extended by org.directwebremoting.extend.AbstractCreator
      extended by org.directwebremoting.faces.AbstractJsfCreator
          extended by org.directwebremoting.faces.JsfCreator
All Implemented Interfaces:
Creator

public class JsfCreator
extends AbstractJsfCreator
implements Creator

This is a DWR creator implementation, to allow dwr beans to be allocated into JSF scopes and into jeffs3 specific scope (i.e. the flow scope). JSF 1.2 and below.

Author:
Pierpaolo Follia, Joe Walker [joe at getahead dot ltd dot uk], Vinicius Melo [vdmelo at gmail dot com]

Field Summary
 
Fields inherited from interface org.directwebremoting.extend.Creator
APPLICATION, PAGE, REQUEST, SCRIPT, SESSION
 
Constructor Summary
JsfCreator()
           
 
Method Summary
 java.lang.Object getInstance()
          Accessor for the/an instance of this Creator.
 
Methods inherited from class org.directwebremoting.faces.AbstractJsfCreator
getManagedBeanName, getType, isVBExpression, setClass, setManagedBeanName
 
Methods inherited from class org.directwebremoting.extend.AbstractCreator
getJavascript, getScope, isCacheable, isHidden, setCacheable, setHidden, setJavascript, setProperties, setScope, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.directwebremoting.extend.Creator
getJavascript, getScope, getType, isCacheable, isHidden, setProperties
 

Constructor Detail

JsfCreator

public JsfCreator()
Method Detail

getInstance

public java.lang.Object getInstance()
                             throws java.lang.InstantiationException
Description copied from interface: Creator
Accessor for the/an instance of this Creator.

Specified by:
getInstance in interface Creator
Specified by:
getInstance in class AbstractJsfCreator
Returns:
the instance to use
Throws:
java.lang.InstantiationException - If for some reason the object can not be created

Copyright ยจ 2008