Module tapestry.portlet.resolver
Back to master index

[public] Configuration Point tapestry.portlet.resolver.PageResolverRulesOccurs: unbounded
Identifies rules for matching an incoming request to a named page.
Schema
Element <match>
Attribute mime-type Translator: string
The mime type to match against.
Attribute page (required) Translator: string
The name of the page to use. If such a page exists (it may not), it will be activated to render the response.
Attribute portlet-mode Translator: string
The name of a portlet mode to match against.
Attribute window-state Translator: string
The name of a window state to match against.
Conversion Rules
<conversion class="PageResolverContribution" >
  • <map attribute="page" property="pageName" />
</conversion>
Contribution from module tapestry.portlet.resolver
<match page="Edit" portlet-mode="edit" />
<match page="Help" portlet-mode="help" />

Module tapestry.portlet.resolver
Back to master index