|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.servlets.jsp.TagSupport | +--com.beasys.commerce.ebusiness.catalog.tags.CatalogSelectorTag
The tag handler of the catalog jsp extension tag 'catalogSelector'. The catalogtSelector tag allows personalized catalog items to be selected based on user profile.
Field Summary | |
protected java.lang.String |
id
To store the value of id attribute. |
protected java.lang.String |
selector
The name of the selector rule in the rule set. |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
CatalogSelectorTag()
|
Method Summary | |
int |
doStartTag()
Processes the start tag. |
protected ViewIterator |
getCatalogItems()
Get the ViewIterator over catalog items. |
java.lang.String |
getId()
Gets the id to assign the results to. |
protected AdviceRequest |
getRequest()
Returns a CatalogSelector AdviceRequest object after populating the following fields The current HTTP Request The current HTTP Session The current User A new TimeInstant A new Time A new Date A RULES_RULENAME_TO_FIRE A RULES_FILTER_CLASS_NAME |
java.lang.String |
getRule()
Get name of the selector rule in the ruleSet. |
void |
release()
Reinitializes the instance data in this object. |
void |
setId(java.lang.String anId)
Sets the id to assign the results to. |
void |
setRule(java.lang.String aSelector)
Set name of the selector rule in the rule set. |
Methods inherited from class com.bea.p13n.servlets.jsp.TagSupport |
createAdviceRequest,
createAdvisor |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
findAncestorWithClass,
getParent,
getValue,
getValues,
removeValue,
setPageContext,
setParent,
setValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected java.lang.String selector
protected java.lang.String id
Constructor Detail |
public CatalogSelectorTag()
Method Detail |
public void setRule(java.lang.String aSelector)
aSelector
- The name of the selector rule.public java.lang.String getRule()
public void setId(java.lang.String anId)
anId
- The id for the results.public java.lang.String getId()
protected ViewIterator getCatalogItems() throws javax.servlet.jsp.JspException
protected AdviceRequest getRequest() throws javax.servlet.jsp.JspException
public int doStartTag() throws javax.servlet.jsp.JspException
public void release()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |