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.
 
getDefaultNavigationActionSiteRootPath
String getDefaultNavigationActionSiteRootPath()
- 
- Returns:
- the default site root path that cartridge handlers should
 use when constructing NavigationActionobjects.
 
getDefaultNavigationActionContentPath
String getDefaultNavigationActionContentPath()
- 
- Returns:
- the default content path that cartridge handlers should
 use when constructing NavigationActionobjects.
 
getDefaultRecordActionSiteRootPath
String getDefaultRecordActionSiteRootPath()
- 
- Returns:
- the default site root path that cartridge handlers should
 use when constructing RecordActionobjects.
 
getDefaultRecordActionContentPath
String getDefaultRecordActionContentPath()
- 
- Returns:
- the default content path that cartridge handlers should
 use when constructing RecordActionobjects.
 
Copyright © 2012, Oracle and/or its affiliates. All rights reserved.