public class ERXLocalizerAssociation
extends com.webobjects.appserver.WOAssociation
loc:value="SomeKey"
and
loc:value=someReturnValue
syntax.
Install withWOOgnl.setAssociationClassForPrefix(ERXLocalizerAssociation.class, "loc");
loc:value="SomeKey"
と loc:value=someReturnValue
インストール
WOOgnl.setAssociationClassForPrefix(ERXLocalizerAssociation.class, "loc");
Constructor and Description |
---|
ERXLocalizerAssociation(Object value,
boolean isConstant) |
Modifier and Type | Method and Description |
---|---|
String |
bindingInComponent(com.webobjects.appserver.WOComponent wocomponent) |
Object |
clone() |
boolean |
isValueConstant() |
String |
keyPath() |
String |
toString() |
Object |
valueInComponent(com.webobjects.appserver.WOComponent wocomponent) |
_bindingName, _debugDescription, _declarationName, _declarationType, _hasBindingInParent, _isImplementedForComponent, _logPullValue, _logPushValue, _markStartOfEventIfNeeded, _setDebuggingEnabled, _setValueNoValidation, associationWithKeyPath, associationWithValue, booleanValueInComponent, isValueConstantInComponent, isValueSettable, isValueSettableInComponent, setDebugEnabledForBinding, setValue
public ERXLocalizerAssociation(Object value, boolean isConstant)
public boolean isValueConstant()
isValueConstant
in class com.webobjects.appserver.WOAssociation
public Object valueInComponent(com.webobjects.appserver.WOComponent wocomponent)
valueInComponent
in class com.webobjects.appserver.WOAssociation
public String bindingInComponent(com.webobjects.appserver.WOComponent wocomponent)
bindingInComponent
in class com.webobjects.appserver.WOAssociation
public String keyPath()
keyPath
in class com.webobjects.appserver.WOAssociation
public String toString()
toString
in class com.webobjects.appserver.WOAssociation
Copyright © 2002 – 2020 Project Wonder.