|
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.beasys.commerce.ebusiness.catalog.tags.CatalogQueryTag
@Deprecated public class CatalogQueryTag
The tag handler of the catalogQuery. The catalogQuery tag allows arbitrary personalized content to be selected based on a catalog query.
| Field Summary | |
|---|---|
String |
catalogManagerName
Deprecated The CatalogManagerName to use for querying. |
String |
expression
Deprecated The expression for an expression search. |
String |
id
Deprecated The identifier that holds the results of the CatalogQuery. |
String |
keywords
Deprecated The keywords for a keyword query. |
int |
maxResults
Deprecated The maximum number of results to return. |
int |
viewSize
Deprecated View size in the ViewIterator. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
pageContext |
| Fields inherited from interface com.bea.p13n.advisor.AdviceConstants |
|---|
RESULTS |
| Fields inherited from interface com.beasys.commerce.ebusiness.catalog.rules.CatalogRuleConstants |
|---|
KEYWORD_QUERY, PRODUCT_ITEM_QUERY |
| 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 | |
|---|---|
CatalogQueryTag()
Deprecated |
|
| Method Summary | |
|---|---|
int |
doStartTag()
Deprecated Processes the start tag. |
String |
getCatalogManagerName()
Deprecated Get the value of catalogManagerName. |
String |
getExpression()
Deprecated Get the value of expression. |
String |
getId()
Deprecated Get the value of id. |
protected ViewIterator |
getItems()
Deprecated Get a ViewIterator over catalog items. |
String |
getKeywords()
Deprecated Get the value of keywords. |
int |
getMaxResults()
Deprecated Get the value of maxResults. |
int |
getViewSize()
Deprecated Get the value of viewSize. |
void |
release()
Deprecated Clean up. |
void |
setCatalogManagerName(String v)
Deprecated Set the value of catalogManagerName. |
void |
setExpression(String v)
Deprecated Set the value of expression. |
void |
setId(String v)
Deprecated Set the value of id. |
void |
setKeywords(String v)
Deprecated Set the value of keywords. |
void |
setMaxResults(int v)
Deprecated Set the value of maxResults. |
void |
setViewSize(int v)
Deprecated Set the value of viewSize. |
| 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 |
|---|
public String catalogManagerName
public int maxResults
public int viewSize
public String keywords
public String expression
public String id
| Constructor Detail |
|---|
public CatalogQueryTag()
| Method Detail |
|---|
public String getCatalogManagerName()
public void setCatalogManagerName(String v)
v - Value to assign to catalogManagerName.public int getMaxResults()
public void setMaxResults(int v)
v - Value to assign to maxResults.public int getViewSize()
public void setViewSize(int v)
v - Value to assign to viewSize.public String getKeywords()
public void setKeywords(String v)
v - Value to assign to keywords.public String getExpression()
public void setExpression(String v)
v - Value to assign to expression.public String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setId(String v)
setId in class javax.servlet.jsp.tagext.TagSupportv - Value to assign to id.
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.JspTagException - If the id variable is missing.
javax.servlet.jsp.JspException
protected ViewIterator getItems()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionpublic 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 | ||||||||