|
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.content.tags.BaseTag
|
+--com.beasys.commerce.content.tags.SelectTag
JSP Tag implementation for searching for content.
| Field Summary | |
protected java.lang.String |
contentHome
The JNDI content manager home name. |
protected Expression |
expr
The query. |
protected long |
max
The maximum number of content to return. |
protected java.lang.String |
queryStr
The query string. |
protected java.lang.String |
sortBy
The sort by clause. |
| Fields inherited from class com.beasys.commerce.content.tags.BaseTag |
cacheId, cacheScope, cacheTimeout, failOnError, readOnly, useCache |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
SelectTag()
|
|
| Method Summary | |
int |
doStartTag()
Run the tag. |
java.lang.String |
getContentHome()
Get the value of contentHome. |
java.lang.String |
getMax()
Get the value of max as a String. |
java.lang.String |
getQuery()
Get the value of queryStr. |
java.lang.String |
getSortBy()
Get the value of sortBy. |
void |
release()
Release this tag. |
void |
setContentHome(java.lang.String v)
Set the value of contentHome. |
void |
setExpression(Expression expr)
Set the expression object to use. |
void |
setMax(long l)
Set the value of max. |
void |
setMax(java.lang.String v)
Set the value of max. |
void |
setQuery(java.lang.String v)
Set the value of queryStr. |
void |
setSortBy(java.lang.String v)
Set the value of sortBy. |
| Methods inherited from class com.beasys.commerce.content.tags.BaseTag |
getCacheId, getCacheScope, getCacheTimeout, getFailOnError, getHttpSession, getReadOnly, getUseCache, setCacheId, setCacheScope, setCacheTimeout, setCacheTimeout, setFailOnError, setFailOnError, setReadOnly, setReadOnly, setUseCache, setUseCache |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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 contentHome
protected long max
protected java.lang.String sortBy
protected java.lang.String queryStr
protected Expression expr
If this is non-null, this will be used. Otherwise, the query string will be used.
| Constructor Detail |
public SelectTag()
| Method Detail |
public void release()
release in class BaseTag
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in class javax.servlet.jsp.tagext.TagSupportpublic java.lang.String getContentHome()
contentHome.public void setContentHome(java.lang.String v)
contentHome.public java.lang.String getMax()
max as a String.public void setMax(java.lang.String v)
max.public void setMax(long l)
max.public java.lang.String getSortBy()
sortBy.public void setSortBy(java.lang.String v)
sortBy.public java.lang.String getQuery()
queryStr.public void setQuery(java.lang.String v)
queryStr.public void setExpression(Expression expr)
expression object to use.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||