| com.sun.rave.web.ui.el.ConstantMethodBinding
ConstantMethodBinding | public class ConstantMethodBinding extends MethodBinding implements StateHolder(Code) | | Implementation of MethodBinding that always returns
the value specified to our constructor.
|
ConstantMethodBinding | public ConstantMethodBinding()(Code) | | Zero arguments constructor for restoring state.
|
ConstantMethodBinding | public ConstantMethodBinding(String value)(Code) | | Create a new MethodBinding that always returns
the specified value.
|
getExpressionString | public String getExpressionString()(Code) | | Return the expression string for this method binding.
|
getType | public Class getType(FacesContext context)(Code) | | Return the expected return type class.
Parameters: context - FacesContext for this request |
invoke | public Object invoke(FacesContext context, Object params)(Code) | | Return the appropriate constant value.
Parameters: context - FacesContext for this request Parameters: params - Method parameters to pass in |
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 transientFlag)(Code) | | |
|
|