|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.bea.p13n.servlets.jsp.TagSupport
com.beasys.commerce.ebusiness.catalog.tags.CatalogSelectorTag
@Deprecated public class 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 String |
id
Deprecated To store the value of id attribute. |
protected String |
selector
Deprecated The name of the selector rule in the rule set. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
CatalogSelectorTag()
Deprecated |
|
| Method Summary | |
|---|---|
int |
doStartTag()
Deprecated Processes the start tag. |
protected ViewIterator |
getCatalogItems()
Deprecated Get the ViewIterator over catalog items. |
String |
getId()
Deprecated Gets the id to assign the results to. |
protected AdviceRequest |
getRequest()
Deprecated 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 |
String |
getRule()
Deprecated Get name of the selector rule in the ruleSet. |
void |
release()
Deprecated Reinitializes the instance data in this object. |
void |
setId(String anId)
Deprecated Sets the id to assign the results to. |
void |
setRule(String aSelector)
Deprecated 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 String selector
protected String id
| Constructor Detail |
|---|
public CatalogSelectorTag()
| Method Detail |
|---|
public void setRule(String aSelector)
aSelector - The name of the selector rule.public String getRule()
public void setId(String anId)
setId in class javax.servlet.jsp.tagext.TagSupportanId - The id for the results.public String getId()
getId in class javax.servlet.jsp.tagext.TagSupport
protected ViewIterator getCatalogItems()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - If unable to get advice or if incomplete advice is received.
protected AdviceRequest getRequest()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - If there is a problem creating the request.
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if an error.
occurrs during content retrieval.public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||