org.apache.tapestry.portlet.bindings
Class UserAttributeBinding
java.lang.Object
org.apache.tapestry.binding.AbstractBinding
org.apache.tapestry.portlet.bindings.UserAttributeBinding
- All Implemented Interfaces:
- org.apache.tapestry.IBinding, org.apache.hivemind.Locatable
- public class UserAttributeBinding
- extends org.apache.tapestry.binding.AbstractBinding
Allows access to a Portlet user attrbute.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Constructor Summary |
UserAttributeBinding(java.lang.String description,
org.apache.tapestry.coerce.ValueConverter valueConverter,
org.apache.hivemind.Location location,
javax.portlet.PortletRequest request,
java.lang.String attributeName)
|
Methods inherited from class org.apache.tapestry.binding.AbstractBinding |
createReadOnlyBindingException, extendDescription, getComponent, getDescription, getLocation, getObject, getValueConverter, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UserAttributeBinding
public UserAttributeBinding(java.lang.String description,
org.apache.tapestry.coerce.ValueConverter valueConverter,
org.apache.hivemind.Location location,
javax.portlet.PortletRequest request,
java.lang.String attributeName)
isInvariant
public boolean isInvariant()
getObject
public java.lang.Object getObject()
setObject
public void setObject(java.lang.Object value)