|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.ValueBinding
org.apache.myfaces.trinidadinternal.binding.ValueBindingAdapter
org.apache.myfaces.trinidadinternal.binding.StripAccessKeyBinding
public class StripAccessKeyBinding
ValueBinding that wraps a second value binding to strip the mnemonic.
Constructor Summary | |
---|---|
StripAccessKeyBinding()
Constructor purely for serialization. |
|
StripAccessKeyBinding(javax.faces.el.ValueBinding base)
|
Method Summary | |
---|---|
java.lang.Class<?> |
getType(javax.faces.context.FacesContext context)
|
java.lang.Object |
getValue(javax.faces.context.FacesContext context)
|
Methods inherited from class org.apache.myfaces.trinidadinternal.binding.ValueBindingAdapter |
---|
isReadOnly, isTransient, restoreState, saveState, setTransient, setValue |
Methods inherited from class javax.faces.el.ValueBinding |
---|
getExpressionString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StripAccessKeyBinding()
public StripAccessKeyBinding(javax.faces.el.ValueBinding base)
Method Detail |
---|
public java.lang.Object getValue(javax.faces.context.FacesContext context)
getValue
in class ValueBindingAdapter
public java.lang.Class<?> getType(javax.faces.context.FacesContext context)
getType
in class ValueBindingAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |