public interface ReplacementValueProducer
Created: May 22 2012
MapFormatString
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Modifier and Type | Method and Description |
---|---|
void |
addReplacementValues(java.util.Map<java.lang.String,java.lang.String> pMap,
ContentItem pContentItem,
javax.servlet.http.HttpServletRequest pRequest)
Add any replacement values to pMap.
|
static final java.lang.String CLASS_VERSION
void addReplacementValues(java.util.Map<java.lang.String,java.lang.String> pMap, ContentItem pContentItem, javax.servlet.http.HttpServletRequest pRequest)
pMap
- the map to add parameters to.pContentItem
- the ContentItem (available for reference
and calculating replacement values based on the content item).
ContentItem should not be modified.pRequest
- the current request. May be null, if invoked
outside of a request.