Package org.craftercms.engine.navigation.impl
package org.craftercms.engine.navigation.impl
-
ClassesClassDescription
ItemProcessorthat modifies the a folder item to include the descriptor DOM of it's index file.Implementation ofItemFilterthat checks if a givenItemis compatible with the configured localesImplementation ofItemProcessorthat looks for a localized version of anItemDefault implementation ofNavBreadcrumbBuilderImpl.Default implementation ofNavTreeBuilderImpl.SimpleItemFilterthat checks the accepted items list to check if the same item is not already there (some processors can generate the same item twice for different URLs).ItemFilterthat rejects all indexes, including targeted ones (e.g index_en.xml, index_es_CR.xml).ItemProcessorthat converts the item to the current targeted item (e.g. if the current target ID is en_US, then index.xml might be converted to index_en_US.xml, or to index_en.xml if it the former doesn't exist).