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 |
java.lang.String |
getPageNameForRequest(org.apache.tapestry.IRequestCycle cycle)
Looks at the current request to determine the correct page name. |
getPageNameForRequest
public java.lang.String getPageNameForRequest(org.apache.tapestry.IRequestCycle cycle)
- Looks at the current request to determine the correct page name.