org.apache.tapestry.portlet.bindings
Class UserAttributeBindingFactory

java.lang.Object
  extended byorg.apache.tapestry.portlet.bindings.UserAttributeBindingFactory
All Implemented Interfaces:
org.apache.tapestry.binding.BindingFactory

public class UserAttributeBindingFactory
extends java.lang.Object
implements org.apache.tapestry.binding.BindingFactory

Factory used to create UserAttributeBindings.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
UserAttributeBindingFactory()
           
 
Method Summary
 org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root, java.lang.String bindingDescription, java.lang.String path, org.apache.hivemind.Location location)
          Interprets the path as the Portlet user attribute name.
 void setRequest(javax.portlet.PortletRequest request)
           
 void setValueConverter(org.apache.tapestry.coerce.ValueConverter valueConverter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAttributeBindingFactory

public UserAttributeBindingFactory()
Method Detail

createBinding

public org.apache.tapestry.IBinding createBinding(org.apache.tapestry.IComponent root,
                                                  java.lang.String bindingDescription,
                                                  java.lang.String path,
                                                  org.apache.hivemind.Location location)
Interprets the path as the Portlet user attribute name.

Specified by:
createBinding in interface org.apache.tapestry.binding.BindingFactory

setRequest

public void setRequest(javax.portlet.PortletRequest request)

setValueConverter

public void setValueConverter(org.apache.tapestry.coerce.ValueConverter valueConverter)