org.equanda.t5gui.bindings
Class EquandaMessageBinding
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.equanda.t5gui.bindings.EquandaMessageBinding
- All Implemented Interfaces:
- org.apache.tapestry5.Binding, org.apache.tapestry5.ioc.AnnotationProvider, org.apache.tapestry5.ioc.Locatable
public class EquandaMessageBinding
- extends org.apache.tapestry5.ioc.BaseLocatable
- implements org.apache.tapestry5.Binding
Equanda Message Binding
- Author:
- Vladimir Tkachenko
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable |
getLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EquandaMessageBinding
public EquandaMessageBinding(org.apache.tapestry5.ComponentResources componentResources,
String expression,
org.apache.tapestry5.ioc.Location location,
EquandaMessagesSource messagesSource)
- Creates Equanda Message Binding
- Parameters:
componentResources
- component resourcesexpression
- message expressionlocation
- locationmessagesSource
- equanda message source
get
public Object get()
- Gets translated message
- Specified by:
get
in interface org.apache.tapestry5.Binding
getBindingType
public Class getBindingType()
- Specified by:
getBindingType
in interface org.apache.tapestry5.Binding
isInvariant
public boolean isInvariant()
- Specified by:
isInvariant
in interface org.apache.tapestry5.Binding
set
public void set(Object value)
- Specified by:
set
in interface org.apache.tapestry5.Binding
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
- Specified by:
getAnnotation
in interface org.apache.tapestry5.ioc.AnnotationProvider
Copyright © 2007-2009. All Rights Reserved.