org.apache.tapestry.portlet.bindings
Class UserAttributeBindingFactory
java.lang.Object
org.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 UserAttributeBinding
s.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
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 |
UserAttributeBindingFactory
public UserAttributeBindingFactory()
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)