com.endeca.infront.navigation.url
Interface ActionPathProvider


public interface ActionPathProvider

Cartridge handlers use an implementation of the ActionPathProvider interface to determine the site root paths and content paths for the Action objects that they create. The interface contains one set of methods for dealing with retrieving NavigationAction paths and another for retrieving RecordAction paths.


Method Summary
 String getDefaultNavigationActionContentPath()
           
 String getDefaultNavigationActionSiteRootPath()
           
 String getDefaultRecordActionContentPath()
           
 String getDefaultRecordActionSiteRootPath()
           
 

Method Detail

getDefaultNavigationActionSiteRootPath

String getDefaultNavigationActionSiteRootPath()
Returns:
the default site root path that cartridge handlers should use when constructing NavigationAction objects.

getDefaultNavigationActionContentPath

String getDefaultNavigationActionContentPath()
Returns:
the default content path that cartridge handlers should use when constructing NavigationAction objects.

getDefaultRecordActionSiteRootPath

String getDefaultRecordActionSiteRootPath()
Returns:
the default site root path that cartridge handlers should use when constructing RecordAction objects.

getDefaultRecordActionContentPath

String getDefaultRecordActionContentPath()
Returns:
the default content path that cartridge handlers should use when constructing RecordAction objects.


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.