|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.bindings.TranslateBindingFactory
public class TranslateBindingFactory
Interprets the binding expression as the name of a Translator provided by the TranslatorSource.
| Constructor Summary | |
|---|---|
TranslateBindingFactory(FieldTranslatorSource source,
StringInterner interner)
|
|
| Method Summary | |
|---|---|
Binding |
newBinding(java.lang.String description,
ComponentResources container,
ComponentResources component,
java.lang.String expression,
Location location)
Creates a new binding instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranslateBindingFactory(FieldTranslatorSource source,
StringInterner interner)
| Method Detail |
|---|
public Binding newBinding(java.lang.String description,
ComponentResources container,
ComponentResources component,
java.lang.String expression,
Location location)
BindingFactory
newBinding in interface BindingFactorydescription - of the binding, such as, "parameter foo"container - the component, as represented by its resources, for which a binding is to be created.component - the component whose parameter is to be bound by the resulting binding (rarely used)location - from which the binding was generate, or null if not known
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||