| org.apache.beehive.netui.pageflow.faces.internal.BackingClassMethodBinding
BackingClassMethodBinding | public BackingClassMethodBinding()(Code) | | |
BackingClassMethodBinding | public BackingClassMethodBinding(String methodName, Class[] params, MethodBinding delegate)(Code) | | |
getExpressionString | public String getExpressionString()(Code) | | |
getType | public Class getType(FacesContext context) throws MethodNotFoundException(Code) | | |
invoke | public Object invoke(FacesContext context, Object params) throws EvaluationException, MethodNotFoundException(Code) | | Before returning the result from the base MethodBinding, see if the bound method is annotated with
Jpf.CommandHandler. If it is, look through the "raiseActions" annotation array for a form bean member variable
associated with the action being raised. If one is found, set it in the request so it gets passed to the action.
|
isTransient | public boolean isTransient()(Code) | | |
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | |
saveState | public Object saveState(FacesContext context)(Code) | | |
setTransient | public void setTransient(boolean newTransientValue)(Code) | | |
|
|