// if an interface name was set prior to this method or in the
// above block, process it
if (requestParameters.getInterfaceName() != null)
{
return new BookmarkableListenerInterfaceRequestTarget(
requestParameters.getPageMapName(), bookmarkablePageClassRef.get(), parameters,
requestParameters.getComponentPath(), requestParameters.getInterfaceName(),
requestParameters.getVersionNumber());
}
// otherwise process as a normal bookmark page request