|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemResolver | |
com.arsdigita.cms | Contains the core classes for the Red Hat Content Management
System (CMS), classes that persist the fundamental objects for CMS
such as content items , templates , content sections , and content types . |
com.arsdigita.cms.dispatcher | Provides a set of classes that serves requests to the Content Management System. |
Uses of ItemResolver in com.arsdigita.cms |
Methods in com.arsdigita.cms that return ItemResolver | |
ItemResolver |
ContentSectionServlet.getItemResolver(ContentSection section)
Fetches the ItemResolver for a content section. |
ItemResolver |
ContentSection.getItemResolver()
Get the item resolver for this content section. |
Methods in com.arsdigita.cms with parameters of type ItemResolver | |
ContentItem |
ContentSectionServlet.getItem(ContentSection section,
String url,
ItemResolver itemResolver)
|
Uses of ItemResolver in com.arsdigita.cms.dispatcher |
Subinterfaces of ItemResolver in com.arsdigita.cms.dispatcher | |
interface |
CategoryItemResolver
CategoryItemResolver extends the ItemResolver interface to provide alternate methods for generating item URLs which take a Category as input, allowing for a URL generation scheme which produces different URLs for an item in different categories |
Classes in com.arsdigita.cms.dispatcher that implement ItemResolver | |
class |
AbstractItemResolver
|
class |
CategoryItemResolverImpl
Resolves items to URLs and URLs to items with category-based URLs for multiple language variants. |
class |
MultilingualItemResolver
Resolves items to URLs and URLs to items for multiple language variants. |
class |
SimpleItemResolver
This is the default implementation of ItemResolver . |
Methods in com.arsdigita.cms.dispatcher that return ItemResolver | |
ItemResolver |
ItemDispatcher.getItemResolver(ContentSection section)
Fetches the ItemResolver for a content section. |
static ItemResolver |
CMSDispatcher.getItemResolver(ContentSection section)
Fetches the ItemResolver for a content section. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |