org.equanda.t5gui.bindings
Class HasEquandaMessageBindingFactory

java.lang.Object
  extended by org.equanda.t5gui.bindings.HasEquandaMessageBindingFactory
All Implemented Interfaces:
org.apache.tapestry5.services.BindingFactory

public class HasEquandaMessageBindingFactory
extends Object
implements org.apache.tapestry5.services.BindingFactory

Factory to figure out if there is a message for a string

Author:
Joachim Van der Auwera

Constructor Summary
HasEquandaMessageBindingFactory(EquandaMessagesSource messagesSource)
          Creates Equanda Message Binding Factory
 
Method Summary
 org.apache.tapestry5.Binding newBinding(String description, org.apache.tapestry5.ComponentResources container, org.apache.tapestry5.ComponentResources componentResources, String expression, org.apache.tapestry5.ioc.Location location)
          Creates new Equanda Message Binding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasEquandaMessageBindingFactory

public HasEquandaMessageBindingFactory(EquandaMessagesSource messagesSource)
Creates Equanda Message Binding Factory

Parameters:
messagesSource - equanda message source
Method Detail

newBinding

public org.apache.tapestry5.Binding newBinding(String description,
                                               org.apache.tapestry5.ComponentResources container,
                                               org.apache.tapestry5.ComponentResources componentResources,
                                               String expression,
                                               org.apache.tapestry5.ioc.Location location)
Creates new Equanda Message Binding

Specified by:
newBinding in interface org.apache.tapestry5.services.BindingFactory
Parameters:
description - of the binding
container - the component, as represented by its resources, for which a binding is to be created.
componentResources - the component whose parameter is to be bound by the resulting binding (rarely used)
expression - expression
location - from which the binding was generate, or null if not known
Returns:
the new equanda message binding instance


Copyright © 2007-2009. All Rights Reserved.