org.apache.tapestry.portlet
Class MatchingPortletPageResolver

java.lang.Object
  extended byorg.apache.tapestry.portlet.MatchingPortletPageResolver
All Implemented Interfaces:
PortletPageResolver

public class MatchingPortletPageResolver
extends java.lang.Object
implements PortletPageResolver

Uses the tapestry.portlet.resolver.PageResolverRules configuration point to find a match.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
MatchingPortletPageResolver()
           
 
Method Summary
 java.lang.String getPageNameForRequest(org.apache.tapestry.IRequestCycle cycle)
          Looks at the current request to determine the correct page name.
 void initializeService()
           
 void setContributions(java.util.List contributions)
           
 void setRequest(javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingPortletPageResolver

public MatchingPortletPageResolver()
Method Detail

initializeService

public void initializeService()

getPageNameForRequest

public java.lang.String getPageNameForRequest(org.apache.tapestry.IRequestCycle cycle)
Description copied from interface: PortletPageResolver
Looks at the current request to determine the correct page name.

Specified by:
getPageNameForRequest in interface PortletPageResolver

setContributions

public void setContributions(java.util.List contributions)

setRequest

public void setRequest(javax.portlet.PortletRequest request)