| |
|
| java.lang.Object org.directwebremoting.create.AbstractCreator org.directwebremoting.faces.JsfCreator
JsfCreator | public class JsfCreator extends AbstractCreator implements Creator(Code) | | 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)
author: Pierpaolo Follia author: Joe Walker [joe at getahead dot ltd dot uk] author: Vinicius Melo [vdmelo at gmail dot com] |
getManagedBeanName | public String getManagedBeanName()(Code) | | Returns the managedBeanName. |
isVBExpression | public static boolean isVBExpression(String expression)(Code) | | Determine whether String is a value binding expression or not.
Parameters: expression - The expression to test for value bindingness true if the expression contains a VB expression |
setClass | public void setClass(String classname)(Code) | | What sort of class do we create?
Parameters: classname - The name of the class |
setManagedBeanName | public void setManagedBeanName(String managedBeanName)(Code) | | Parameters: managedBeanName - The managedBeanName to set. |
|
|
|