|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentItemToRendererPath
An interface that defines a method used to map a cartridge to a
renderer. The renderer is a view that is able to render the content contained
within the ContentItem. For a concrete implementation of a
ContentItemToRendererPath see
atg.endeca.assembler.cartridge.renderer.ContentItemToRendererPathImpl
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Method Summary | |
---|---|
java.lang.String |
getRendererPathForContentItem(ContentItem pItem,
javax.servlet.http.HttpServletRequest pRequest)
An interface method that should be implemented for classes of type ContentItemToRendererPath |
Field Detail |
---|
static final java.lang.String CLASS_VERSION
Method Detail |
---|
java.lang.String getRendererPathForContentItem(ContentItem pItem, javax.servlet.http.HttpServletRequest pRequest)
pItem
- the ContentItem for which we will attempt to find a renderer.pRequest
- the current request, may be null if this method
is invoked outside of a request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |