org.apache.tapestry.portlet
Class MatchingPortletPageResolver

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

public class MatchingPortletPageResolver
extends 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
 String getPageNameForRequest(IRequestCycle cycle)
          Looks at the current request to determine the correct page name.
 void initializeService()
           
 void setContributions(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 String getPageNameForRequest(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(List contributions)

setRequest

public void setRequest(javax.portlet.PortletRequest request)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.