org.apache.tapestry.portlet.bindings
Class UserAttributeBindingFactory

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

public class UserAttributeBindingFactory
extends org.apache.tapestry.binding.AbstractBindingFactory

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 expression, org.apache.hivemind.Location location)
          Interprets the path as the Portlet user attribute name.
 void setRequest(javax.portlet.PortletRequest request)
           
 
Methods inherited from class org.apache.tapestry.binding.AbstractBindingFactory
getValueConverter, setValueConverter
 
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 expression,
                                                  org.apache.hivemind.Location location)
Interprets the path as the Portlet user attribute name.


setRequest

public void setRequest(javax.portlet.PortletRequest request)