org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces
Class SuggestSelectListMethodWrapper
java.lang.Object
javax.faces.el.MethodBinding
org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
public class SuggestSelectListMethodWrapper
- extends javax.faces.el.MethodBinding
Intercepts the method binding used to build the suggest selection list
Method Summary |
protected java.lang.String |
buildDescription(java.lang.Object o,
java.lang.String[] descriptionPropertiesArray)
|
java.lang.Class |
getType(javax.faces.context.FacesContext facesContext)
|
protected java.lang.Object |
getValueProperty(java.lang.Object o,
java.lang.String valueProperty)
|
java.lang.Object |
invoke(javax.faces.context.FacesContext facesContext,
java.lang.Object[] objects)
|
Methods inherited from class javax.faces.el.MethodBinding |
getExpressionString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getType
public java.lang.Class getType(javax.faces.context.FacesContext facesContext)
throws javax.faces.el.MethodNotFoundException
- Specified by:
getType
in class javax.faces.el.MethodBinding
- Throws:
javax.faces.el.MethodNotFoundException
invoke
public java.lang.Object invoke(javax.faces.context.FacesContext facesContext,
java.lang.Object[] objects)
throws javax.faces.el.EvaluationException
- Specified by:
invoke
in class javax.faces.el.MethodBinding
- Throws:
javax.faces.el.EvaluationException
buildDescription
protected java.lang.String buildDescription(java.lang.Object o,
java.lang.String[] descriptionPropertiesArray)
getValueProperty
protected java.lang.Object getValueProperty(java.lang.Object o,
java.lang.String valueProperty)
Copyright © 2011. All Rights Reserved.