|
© 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.beasys.commerce.ebusiness.catalog.tags.CatalogQueryTag
The tag handler of the catalogQuery. The catalogQuery tag allows arbitrary personalized content to be selected based on a catalog query.
Field Summary | |
java.lang.String |
catalogManagerName
The CatalogManagerName to use for querying. |
java.lang.String |
expression
The expression for an expression search. |
java.lang.String |
id
The identifier that holds the results of the CatalogQuery. |
java.lang.String |
keywords
The keywords for a keyword query. |
int |
maxResults
The maximum number of results to return. |
int |
viewSize
View size in the ViewIterator. |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
CatalogQueryTag()
|
Method Summary | |
int |
doStartTag()
Processes the start tag. |
java.lang.String |
getCatalogManagerName()
Get the value of catalogManagerName. |
java.lang.String |
getExpression()
Get the value of expression. |
java.lang.String |
getId()
Get the value of id. |
protected ViewIterator |
getItems()
Get a ViewIterator over catalog items. |
java.lang.String |
getKeywords()
Get the value of keywords. |
int |
getMaxResults()
Get the value of maxResults. |
int |
getViewSize()
Get the value of viewSize. |
void |
release()
Clean up. |
void |
setCatalogManagerName(java.lang.String v)
Set the value of catalogManagerName. |
void |
setExpression(java.lang.String v)
Set the value of expression. |
void |
setId(java.lang.String v)
Set the value of id. |
void |
setKeywords(java.lang.String v)
Set the value of keywords. |
void |
setMaxResults(int v)
Set the value of maxResults. |
void |
setViewSize(int v)
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 java.lang.String catalogManagerName
public int maxResults
public int viewSize
public java.lang.String keywords
public java.lang.String expression
public java.lang.String id
Constructor Detail |
public CatalogQueryTag()
Method Detail |
public java.lang.String getCatalogManagerName()
public void setCatalogManagerName(java.lang.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 java.lang.String getKeywords()
public void setKeywords(java.lang.String v)
v
- Value to assign to keywords.public java.lang.String getExpression()
public void setExpression(java.lang.String v)
v
- Value to assign to expression.public java.lang.String getId()
public void setId(java.lang.String v)
v
- Value to assign to id.public int doStartTag() throws javax.servlet.jsp.JspException
protected ViewIterator getItems() throws javax.servlet.jsp.JspTagException
public void release()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |