|
© 2004 BEA Systems, Inc. | |||||||||
| 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.content.servlets.jsp.taglib.BaseTag
com.bea.p13n.content.servlets.jsp.taglib.SelectTag
JSP Tag implementation for searching for content.
| Field Summary | |
protected String |
contentHome
Deprecated. The JNDI content manager home name. |
protected Map |
contextParams
Deprecated. Context params. |
protected Expression |
expr
Deprecated. The query. |
protected long |
max
Deprecated. The maximum number of content to return. |
protected Expression |
oldExpr
Deprecated. will be removed when old expressions are removed. |
protected String |
queryStr
Deprecated. The query string. |
protected String |
sortBy
Deprecated. The sort by clause. |
| Fields inherited from class com.bea.p13n.content.servlets.jsp.taglib.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.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
SelectTag()
Deprecated. |
|
| Method Summary | |
int |
doStartTag()
Deprecated. Run the tag. |
String |
getContentHome()
Deprecated. Get the value of contentHome. |
Map |
getContextParams()
Deprecated. Get the context params. |
String |
getMax()
Deprecated. Get the value of max as a String. |
String |
getQuery()
Deprecated. Get the value of queryStr. |
String |
getSortBy()
Deprecated. Get the value of sortBy. |
void |
release()
Deprecated. Release this tag. |
void |
setContentHome(String v)
Deprecated. Set the value of contentHome. |
void |
setContextParams(Map m)
Deprecated. Set the context params. |
void |
setContextParams(String str)
Deprecated. Set the context params from semi-colon separate list of name=value pairs. |
void |
setExpression(Expression expr)
Deprecated. Set the expression object to use. |
void |
setExpression(Expression expr)
Deprecated. will be removed when old expressions are removed. |
void |
setMax(long l)
Deprecated. Set the value of max. |
void |
setMax(String v)
Deprecated. Set the value of max. |
void |
setQuery(String v)
Deprecated. Set the value of queryStr. |
void |
setSortBy(String v)
Deprecated. Set the value of sortBy. |
| Methods inherited from class com.bea.p13n.content.servlets.jsp.taglib.BaseTag |
getCacheId, getCacheScope, getCacheTimeout, getFailOnError, getHttpSession, getReadOnly, getUseCache, getUserId, setCacheId, setCacheScope, setCacheTimeout, setCacheTimeout, setFailOnError, setFailOnError, setReadOnly, setReadOnly, setUseCache, setUseCache, toDictionary |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, 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 String contentHome
protected Map contextParams
protected Expression expr
If this is non-null, this will be used. Otherwise, the old expression query will be used.
protected long max
protected Expression oldExpr
If expr is null and this is non-null, this will be
used. Otherwise, the query string will be used.
protected String queryStr
protected String sortBy
| Constructor Detail |
public SelectTag()
| Method Detail |
public int doStartTag()
throws JspException
JspExceptionpublic String getContentHome()
contentHome.
public Map getContextParams()
public String getMax()
max as a String.
public String getQuery()
queryStr.
public String getSortBy()
sortBy.
public void release()
release in interface Tagrelease in class BaseTagpublic void setContentHome(String v)
contentHome.
public void setContextParams(Map m)
public void setContextParams(String str)
public void setExpression(Expression expr)
expression object to use.
public void setExpression(Expression expr)
old expression object to use.
public void setMax(long l)
max.
public void setMax(String v)
max.
public void setQuery(String v)
queryStr.
public void setSortBy(String v)
sortBy.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||