Module tapestry.portlet.bindings
Back to master index

[public] Service Point tapestry.portlet.bindings.UserAttributeBindingFactory Interface: org.apache.tapestry.binding.BindingFactory
Creates new bindings for Portlet user attributes.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="UserAttributeBindingFactory" >
      • <set-object property="request" value="service:tapestry.portlet.PortletRequest" />
      • <set-object property="valueConverter" value="infrastructure:valueConverter" />
      </construct>
    </invoke-factory>

Module tapestry.portlet.bindings
Back to master index