er.extensions.localization
Class ERXLocalizerAssociation
java.lang.Object
com.webobjects.appserver.WOAssociation
er.extensions.localization.ERXLocalizerAssociation
- All Implemented Interfaces:
- Cloneable
public class ERXLocalizerAssociation
- extends WOAssociation
Localizes the value it is bound to. Can handle both loc:value="SomeKey" and
loc:value=someReturnValue syntax.
Install with
WOOgnl.setAssociationClassForPrefix(ERXLocalizerAssociation.class, "loc");
- Author:
- ak
| Methods inherited from class com.webobjects.appserver.WOAssociation |
_bindingName, _debugDescription, _declarationName, _declarationType, _hasBindingInParent, _isImplementedForComponent, _logPullValue, _logPushValue, _markStartOfEventIfNeeded, _setDebuggingEnabled, _setValueNoValidation, associationWithKeyPath, associationWithValue, booleanValueInComponent, isValueConstantInComponent, isValueSettable, isValueSettableInComponent, setDebugEnabledForBinding, setValue |
ERXLocalizerAssociation
public ERXLocalizerAssociation(Object value,
boolean isConstant)
isValueConstant
public boolean isValueConstant()
- Overrides:
isValueConstant in class WOAssociation
valueInComponent
public Object valueInComponent(WOComponent wocomponent)
- Overrides:
valueInComponent in class WOAssociation
bindingInComponent
public String bindingInComponent(WOComponent wocomponent)
- Specified by:
bindingInComponent in class WOAssociation
keyPath
public String keyPath()
- Specified by:
keyPath in class WOAssociation
clone
public Object clone()
- Overrides:
clone in class Object
toString
public String toString()
- Overrides:
toString in class WOAssociation
Copyright © 2002 – 2007 Project Wonder.