org.apache.tapestry.portlet.bindings
Class UserAttributeBindingFactory
java.lang.Object
org.apache.tapestry.binding.AbstractBindingFactory
org.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 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 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 |
UserAttributeBindingFactory
public UserAttributeBindingFactory()
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)