| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReplacementValueProducer
An interface used with ContentItemToRendererPath implementations. A ReplacementValueProducer helps populate the map of values available for replacement to a MapFormatString.
Created: May 22 2012
MapFormatString| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  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. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||