org.apache.tapestry.portlet
Interface PortletPageResolver

All Known Implementing Classes:
DefaultPortletPageResolver, MatchingPortletPageResolver

public interface PortletPageResolver

Used by PortletHomeService to determine the correct page name to use to render a request that does not specify a page (that's what the home service does).

Author:
Howard M. Lewis Ship

Method Summary
 String getPageNameForRequest(IRequestCycle cycle)
          Looks at the current request to determine the correct page name.
 

Method Detail

getPageNameForRequest

String getPageNameForRequest(IRequestCycle cycle)
Looks at the current request to determine the correct page name.



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