Module tapestry.portlet
Back to master index

[public] Service Point tapestry.portlet.PortletRootDescriptionReceiverFactory Interface: org.apache.tapestry.describe.RootDescriptionReceiverFactory
Overrides the standard tapestry.describe.RootDescriptionReceiverFactory to change the CSS styles used.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.describe.RootDescriptionReceiverFactory Impl" >
      • <set-service property="strategy" service-id="tapestry.describe.DescribableStrategy" />
      • <set property="headerClass" value="portlet-section-header" />
      • <set property="subheaderClass" value="portlet-section-subheader" />
      • <set property="tableClass" value="portlet-section-body" />
      </construct>
    </invoke-factory>

Module tapestry.portlet
Back to master index