|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuleExit
The item is designed to provide the ability to alter the default flow of processing of content spots.
One instance of this interface will function as the rule exit for all content spots.
Prior to rule execution, you have:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
aboutToExecuteRule(RuleTrigger contentSpot,
RequestContext requestContext)
Called prior to rule execution. |
java.lang.Object[] |
getFilteredResults(RuleTrigger contentSpot,
RequestContext requestContext,
java.lang.Object[] originalResults)
Called after rule execution. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void aboutToExecuteRule(RuleTrigger contentSpot, RequestContext requestContext)
contentSpot
- -
The content spot that is being processed.requestContext
- -
The personalization request context that is in place for this
rule execution.java.lang.Object[] getFilteredResults(RuleTrigger contentSpot, RequestContext requestContext, java.lang.Object[] originalResults)
contentSpot
- -
The content spot that is being processed.requestContext
- -
The personalization request context that is in place for this
rule execution.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |